Html Css Color HEX #372FCE Persian Blue

📋 copy color: '#372FCE'

red 55 ◦ green 47 ◦ blue 206

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

Shades of Persian Blue #372FCE

Tints of Persian Blue #372FCE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 206 (80.86% from 255) = 66.88%

R = 17.86%
G = 15.26%
B = 66.88%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#372FCE (or 0x372FCE) is known color: Persian Blue. HEX triplet: 37, 2F and CE. RGB value is (55,47,206). Sum of RGB (Red+Green+Blue) = 55+47+206=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 206 (80.86% from 255 or 66.88% from 308); Max value from RGB is 206 - color contains mainly: blue. Hex color #372FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FCE is #C8D031. Grayscale: #424242. Windows color (decimal): -13160498 or 13512503. OLE color: 13512503.

HSL color Cylindrical-coordinate representation of color #372FCE: hue angle of 243.02º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #372FCE is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 55 47 206 -
CMYK 0.73 0.77 0 0.19
HSL 243.02º 0.63% 0.5% -
HSV(B) 243.02º 0.77% 0.81% -
XYZ 13.73 7.3 59.08 -
YUV 67.52 206.15 119.07 -
System Red Green Blue C M Y K H S L
Decimal 55 47 206 0.73 0.77 0 0.19 243.02 0.63 0.5
Hex 37 2F CE 49 4D 0 13 F3 3F 32
Octal 67 57 316 111 115 0 23 363 77 62
Binary 110111 101111 11001110 1001001 1001101 0 10011 11110011 111111 110010

Color Harmonies of #372FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FCE

Black with #372FCE

Text Example


Text Example

White with #372FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,206); }

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

background-color css

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

 a { background-color: rgb(55,47,206); }

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

border-color css

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

 span { border-color: rgb(55,47,206); }

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