Html Css Color HEX #372DCA Persian Blue

📋 copy color: '#372DCA'

red 55 ◦ green 45 ◦ blue 202

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

Shades of Persian Blue #372DCA

Tints of Persian Blue #372DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 66.89%

R = 18.21%
G = 14.9%
B = 66.89%

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

#372DCA (or 0x372DCA) is known color: Persian Blue. HEX triplet: 37, 2D and CA. RGB value is (55,45,202). Sum of RGB (Red+Green+Blue) = 55+45+202=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #372DCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372DCA is #C8D235. Grayscale: #414141. Windows color (decimal): -13161014 or 13249847. OLE color: 13249847.

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

Color convert

RGB 55 45 202 -
CMYK 0.73 0.78 0 0.21
HSL 243.82º 0.64% 0.48% -
HSV(B) 243.82º 0.78% 0.79% -
XYZ 13.17 6.95 56.52 -
YUV 65.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 55 45 202 0.73 0.78 0 0.21 243.82 0.64 0.48
Hex 37 2D CA 49 4E 0 15 F4 40 30
Octal 67 55 312 111 116 0 25 364 100 60
Binary 110111 101101 11001010 1001001 1001110 0 10101 11110100 1000000 110000

Color Harmonies of #372DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372DCA

Black with #372DCA

Text Example


Text Example

White with #372DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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