Html Css Color HEX #372DC9 Persian Blue

📋 copy color: '#372DC9'

red 55 ◦ green 45 ◦ blue 201

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

Shades of Persian Blue #372DC9

Tints of Persian Blue #372DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 66.78%

R = 18.27%
G = 14.95%
B = 66.78%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#372DC9 (or 0x372DC9) is known color: Persian Blue. HEX triplet: 37, 2D and C9. RGB value is (55,45,201). Sum of RGB (Red+Green+Blue) = 55+45+201=301 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.27% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 201 (78.91% from 255 or 66.78% from 301); Max value from RGB is 201 - color contains mainly: blue. Hex color #372DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DC9 is #C8D236. Grayscale: #414141. Windows color (decimal): -13161015 or 13184311. OLE color: 13184311.

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

Color convert

RGB 55 45 201 -
CMYK 0.73 0.78 0 0.21
HSL 243.85º 0.63% 0.48% -
HSV(B) 243.85º 0.78% 0.79% -
XYZ 13.06 6.91 55.9 -
YUV 65.77 204.31 120.32 -
System Red Green Blue C M Y K H S L
Decimal 55 45 201 0.73 0.78 0 0.21 243.85 0.63 0.48
Hex 37 2D C9 49 4E 0 15 F4 3F 30
Octal 67 55 311 111 116 0 25 364 77 60
Binary 110111 101101 11001001 1001001 1001110 0 10101 11110100 111111 110000

Color Harmonies of #372DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DC9

Black with #372DC9

Text Example


Text Example

White with #372DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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