Html Css Color HEX #372ABF Persian Blue

📋 copy color: '#372ABF'

red 55 ◦ green 42 ◦ blue 191

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

Shades of Persian Blue #372ABF

Tints of Persian Blue #372ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.58%

 BLUE value IS 191 (75% from 255) = 66.32%

R = 19.1%
G = 14.58%
B = 66.32%

CMYK

 C value IS 0.71

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#372ABF (or 0x372ABF) is known color: Persian Blue. HEX triplet: 37, 2A and BF. RGB value is (55,42,191). Sum of RGB (Red+Green+Blue) = 55+42+191=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #372ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ABF is #C8D540. Grayscale: #3E3E3E. Windows color (decimal): -13161793 or 12528183. OLE color: 12528183.

HSL color Cylindrical-coordinate representation of color #372ABF: hue angle of 245.23º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372ABF is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 55 42 191 -
CMYK 0.71 0.78 0 0.25
HSL 245.23º 0.64% 0.46% -
HSV(B) 245.23º 0.78% 0.75% -
XYZ 11.81 6.23 49.87 -
YUV 62.87 200.31 122.38 -
System Red Green Blue C M Y K H S L
Decimal 55 42 191 0.71 0.78 0 0.25 245.23 0.64 0.46
Hex 37 2A BF 47 4E 0 19 F5 40 2E
Octal 67 52 277 107 116 0 31 365 100 56
Binary 110111 101010 10111111 1000111 1001110 0 11001 11110101 1000000 101110

Color Harmonies of #372ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ABF

Black with #372ABF

Text Example


Text Example

White with #372ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372ABF; }

 p { color: rgb(55,42,191); }

 H1.HeaderClassName
 {
   color: #372ABF;
 }
 .AnyTagClassName
 {
   color: #372ABF;
 }
</style>

background-color css

<style>
 a { background-color: #372ABF; }

 a { background-color: rgb(55,42,191); }

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

border-color css

<style>
 span { border-color: #372ABF; }

 span { border-color: rgb(55,42,191); }

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