Html Css Color HEX #372ECC Persian Blue

📋 copy color: '#372ECC'

red 55 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #372ECC

Tints of Persian Blue #372ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.08%

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

R = 18.03%
G = 15.08%
B = 66.89%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#372ECC (or 0x372ECC) is known color: Persian Blue. HEX triplet: 37, 2E and CC. RGB value is (55,46,204). Sum of RGB (Red+Green+Blue) = 55+46+204=305 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.03% from 305); Green value is 46 (18.36% from 255 or 15.08% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #372ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ECC is #C8D133. Grayscale: #424242. Windows color (decimal): -13160756 or 13381175. OLE color: 13381175.

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

Color convert

RGB 55 46 204 -
CMYK 0.73 0.77 0 0.2
HSL 243.42º 0.63% 0.49% -
HSV(B) 243.42º 0.77% 0.8% -
XYZ 13.45 7.13 57.79 -
YUV 66.7 205.48 119.65 -
System Red Green Blue C M Y K H S L
Decimal 55 46 204 0.73 0.77 0 0.2 243.42 0.63 0.49
Hex 37 2E CC 49 4D 0 14 F3 3F 31
Octal 67 56 314 111 115 0 24 363 77 61
Binary 110111 101110 11001100 1001001 1001101 0 10100 11110011 111111 110001

Color Harmonies of #372ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ECC

Black with #372ECC

Text Example


Text Example

White with #372ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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