Html Css Color HEX #372DCB Persian Blue

📋 copy color: '#372DCB'

red 55 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #372DCB

Tints of Persian Blue #372DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.85%

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

R = 18.15%
G = 14.85%
B = 67%

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

#372DCB (or 0x372DCB) is known color: Persian Blue. HEX triplet: 37, 2D and CB. RGB value is (55,45,203). Sum of RGB (Red+Green+Blue) = 55+45+203=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #372DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DCB is #C8D234. Grayscale: #414141. Windows color (decimal): -13161013 or 13315383. OLE color: 13315383.

HSL color Cylindrical-coordinate representation of color #372DCB: hue angle of 243.8º degrees, saturation: 0.64, 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 #372DCB is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 45 203 -
CMYK 0.73 0.78 0 0.20
HSL 243.8º 0.64% 0.49% -
HSV(B) 243.8º 0.78% 0.8% -
XYZ 13.29 7 57.15 -
YUV 66 205.31 120.15 -
System Red Green Blue C M Y K H S L
Decimal 55 45 203 0.73 0.78 0 0.20 243.8 0.64 0.49
Hex 37 2D CB 49 4E 0 14 F4 40 31
Octal 67 55 313 111 116 0 24 364 100 61
Binary 110111 101101 11001011 1001001 1001110 0 10100 11110100 1000000 110001

Color Harmonies of #372DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DCB

Black with #372DCB

Text Example


Text Example

White with #372DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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