Html Css Color HEX #372ECF Persian Blue

📋 copy color: '#372ECF'

red 55 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #372ECF

Tints of Persian Blue #372ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 67.21%

R = 17.86%
G = 14.94%
B = 67.21%

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

#372ECF (or 0x372ECF) is known color: Persian Blue. HEX triplet: 37, 2E and CF. RGB value is (55,46,207). Sum of RGB (Red+Green+Blue) = 55+46+207=308 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.86% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #372ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ECF is #C8D130. Grayscale: #424242. Windows color (decimal): -13160753 or 13577783. OLE color: 13577783.

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

Color convert

RGB 55 46 207 -
CMYK 0.73 0.78 0 0.19
HSL 243.35º 0.64% 0.5% -
HSV(B) 243.35º 0.78% 0.81% -
XYZ 13.82 7.27 59.71 -
YUV 67.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 55 46 207 0.73 0.78 0 0.19 243.35 0.64 0.5
Hex 37 2E CF 49 4E 0 13 F3 40 32
Octal 67 56 317 111 116 0 23 363 100 62
Binary 110111 101110 11001111 1001001 1001110 0 10011 11110011 1000000 110010

Color Harmonies of #372ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ECF

Black with #372ECF

Text Example


Text Example

White with #372ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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