Html Css Color HEX #372CCB Persian Blue

📋 copy color: '#372CCB'

red 55 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #372CCB

Tints of Persian Blue #372CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 18.21%
G = 14.57%
B = 67.22%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#372CCB (or 0x372CCB) is known color: Persian Blue. HEX triplet: 37, 2C and CB. RGB value is (55,44,203). Sum of RGB (Red+Green+Blue) = 55+44+203=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #372CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CCB is #C8D334. Grayscale: #404040. Windows color (decimal): -13161269 or 13315127. OLE color: 13315127.

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

Color convert

RGB 55 44 203 -
CMYK 0.73 0.78 0 0.20
HSL 244.15º 0.64% 0.48% -
HSV(B) 244.15º 0.78% 0.8% -
XYZ 13.26 6.93 57.14 -
YUV 65.42 205.64 120.57 -
System Red Green Blue C M Y K H S L
Decimal 55 44 203 0.73 0.78 0 0.20 244.15 0.64 0.48
Hex 37 2C CB 49 4E 0 14 F4 40 30
Octal 67 54 313 111 116 0 24 364 100 60
Binary 110111 101100 11001011 1001001 1001110 0 10100 11110100 1000000 110000

Color Harmonies of #372CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CCB

Black with #372CCB

Text Example


Text Example

White with #372CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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