Html Css Color HEX #372DD0 Persian Blue

📋 copy color: '#372DD0'

red 55 ◦ green 45 ◦ blue 208

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

Shades of Persian Blue #372DD0

Tints of Persian Blue #372DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.53%

R = 17.86%
G = 14.61%
B = 67.53%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#372DD0 (or 0x372DD0) is known color: Persian Blue. HEX triplet: 37, 2D and D0. RGB value is (55,45,208). Sum of RGB (Red+Green+Blue) = 55+45+208=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #372DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DD0 is #C8D22F. Grayscale: #414141. Windows color (decimal): -13161008 or 13643063. OLE color: 13643063.

HSL color Cylindrical-coordinate representation of color #372DD0: hue angle of 243.68º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #372DD0 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 45 208 -
CMYK 0.74 0.78 0 0.18
HSL 243.68º 0.64% 0.5% -
HSV(B) 243.68º 0.78% 0.82% -
XYZ 13.9 7.24 60.34 -
YUV 66.57 207.81 119.75 -
System Red Green Blue C M Y K H S L
Decimal 55 45 208 0.74 0.78 0 0.18 243.68 0.64 0.5
Hex 37 2D D0 4A 4E 0 12 F4 40 32
Octal 67 55 320 112 116 0 22 364 100 62
Binary 110111 101101 11010000 1001010 1001110 0 10010 11110100 1000000 110010

Color Harmonies of #372DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DD0

Black with #372DD0

Text Example


Text Example

White with #372DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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