Html Css Color HEX #372CCC Persian Blue

📋 copy color: '#372CCC'

red 55 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #372CCC

Tints of Persian Blue #372CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.52%

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 18.15%
G = 14.52%
B = 67.33%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#372CCC (or 0x372CCC) is known color: Persian Blue. HEX triplet: 37, 2C and CC. RGB value is (55,44,204). Sum of RGB (Red+Green+Blue) = 55+44+204=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 44 (17.58% from 255 or 14.52% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #372CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CCC is #C8D333. Grayscale: #404040. Windows color (decimal): -13161268 or 13380663. OLE color: 13380663.

HSL color Cylindrical-coordinate representation of color #372CCC: hue angle of 244.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372CCC is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 55 44 204 -
CMYK 0.73 0.78 0 0.2
HSL 244.13º 0.65% 0.49% -
HSV(B) 244.13º 0.78% 0.8% -
XYZ 13.38 6.97 57.77 -
YUV 65.53 206.14 120.49 -
System Red Green Blue C M Y K H S L
Decimal 55 44 204 0.73 0.78 0 0.2 244.13 0.65 0.49
Hex 37 2C CC 49 4E 0 14 F4 41 31
Octal 67 54 314 111 116 0 24 364 101 61
Binary 110111 101100 11001100 1001001 1001110 0 10100 11110100 1000001 110001

Color Harmonies of #372CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CCC

Black with #372CCC

Text Example


Text Example

White with #372CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,44,204); }

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

background-color css

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

 a { background-color: rgb(55,44,204); }

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

border-color css

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

 span { border-color: rgb(55,44,204); }

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