Html Css Color HEX #372ECD Persian Blue

📋 copy color: '#372ECD'

red 55 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #372ECD

Tints of Persian Blue #372ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 17.97%
G = 15.03%
B = 66.99%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#372ECD (or 0x372ECD) is known color: Persian Blue. HEX triplet: 37, 2E and CD. RGB value is (55,46,205). Sum of RGB (Red+Green+Blue) = 55+46+205=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #372ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372ECD is #C8D132. Grayscale: #424242. Windows color (decimal): -13160755 or 13446711. OLE color: 13446711.

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

Color convert

RGB 55 46 205 -
CMYK 0.73 0.78 0 0.20
HSL 243.4º 0.63% 0.49% -
HSV(B) 243.4º 0.78% 0.8% -
XYZ 13.57 7.17 58.43 -
YUV 66.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 55 46 205 0.73 0.78 0 0.20 243.4 0.63 0.49
Hex 37 2E CD 49 4E 0 14 F3 3F 31
Octal 67 56 315 111 116 0 24 363 77 61
Binary 110111 101110 11001101 1001001 1001110 0 10100 11110011 111111 110001

Color Harmonies of #372ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372ECD

Black with #372ECD

Text Example


Text Example

White with #372ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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