Html Css Color HEX #372ECE Persian Blue

📋 copy color: '#372ECE'

red 55 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #372ECE

Tints of Persian Blue #372ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.98%

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

R = 17.92%
G = 14.98%
B = 67.1%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#372ECE (or 0x372ECE) is known color: Persian Blue. HEX triplet: 37, 2E and CE. RGB value is (55,46,206). Sum of RGB (Red+Green+Blue) = 55+46+206=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 46 (18.36% from 255 or 14.98% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #372ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ECE is #C8D131. Grayscale: #424242. Windows color (decimal): -13160754 or 13512247. OLE color: 13512247.

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

Color convert

RGB 55 46 206 -
CMYK 0.73 0.78 0 0.19
HSL 243.38º 0.63% 0.49% -
HSV(B) 243.38º 0.78% 0.81% -
XYZ 13.69 7.22 59.06 -
YUV 66.93 206.48 119.49 -
System Red Green Blue C M Y K H S L
Decimal 55 46 206 0.73 0.78 0 0.19 243.38 0.63 0.49
Hex 37 2E CE 49 4E 0 13 F3 3F 31
Octal 67 56 316 111 116 0 23 363 77 61
Binary 110111 101110 11001110 1001001 1001110 0 10011 11110011 111111 110001

Color Harmonies of #372ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ECE

Black with #372ECE

Text Example


Text Example

White with #372ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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