Html Css Color HEX #3718BA Persian Blue

📋 copy color: '#3718BA'

red 55 ◦ green 24 ◦ blue 186

#3718BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #3718BA

Tints of Persian Blue #3718BA

RGB

 RED value IS 55 (21.88% from 255) = 20.75%

 GREEN value IS 24 (9.77% from 255) = 9.06%

 BLUE value IS 186 (73.05% from 255) = 70.19%

R = 20.75%
G = 9.06%
B = 70.19%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3718BA (or 0x3718BA) is known color: Persian Blue. HEX triplet: 37, 18 and BA. RGB value is (55,24,186). Sum of RGB (Red+Green+Blue) = 55+24+186=265 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.75% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 186 (73.05% from 255 or 70.19% from 265); Max value from RGB is 186 - color contains mainly: blue. Hex color #3718BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3718BA is #C8E745. Grayscale: #333333. Windows color (decimal): -13166406 or 12195895. OLE color: 12195895.

HSL color Cylindrical-coordinate representation of color #3718BA: hue angle of 251.48º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3718BA is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 24 186 -
CMYK 0.70 0.87 0 0.27
HSL 251.48º 0.77% 0.41% -
HSV(B) 251.48º 0.87% 0.73% -
XYZ 10.77 5.01 46.85 -
YUV 51.74 203.77 130.33 -
System Red Green Blue C M Y K H S L
Decimal 55 24 186 0.70 0.87 0 0.27 251.48 0.77 0.41
Hex 37 18 BA 46 57 0 1B FB 4D 29
Octal 67 30 272 106 127 0 33 373 115 51
Binary 110111 11000 10111010 1000110 1010111 0 11011 11111011 1001101 101001

Color Harmonies of #3718BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3718BA

Black with #3718BA

Text Example


Text Example

White with #3718BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3718BA; }

 p { color: rgb(55,24,186); }

 H1.HeaderClassName
 {
   color: #3718BA;
 }
 .AnyTagClassName
 {
   color: #3718BA;
 }
</style>

background-color css

<style>
 a { background-color: #3718BA; }

 a { background-color: rgb(55,24,186); }

 div.DivClassName
 {
   background-color: #3718BA;
 }
 .BgClassName
 {
   background-color: #3718BA;
 }
</style>

border-color css

<style>
 span { border-color: #3718BA; }

 span { border-color: rgb(55,24,186); }

 td.TdClassName
 {
   border-color: #3718BA;
 }
 .TagClassName
 {
   border-color: #3718BA;
 }
</style>