Html Css Color HEX #372BCD Persian Blue

📋 copy color: '#372BCD'

red 55 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #372BCD

Tints of Persian Blue #372BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

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

R = 18.15%
G = 14.19%
B = 67.66%

CMYK

 C value IS 0.73

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#372BCD (or 0x372BCD) is known color: Persian Blue. HEX triplet: 37, 2B and CD. RGB value is (55,43,205). Sum of RGB (Red+Green+Blue) = 55+43+205=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #372BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BCD is #C8D432. Grayscale: #404040. Windows color (decimal): -13161523 or 13445943. OLE color: 13445943.

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

Color convert

RGB 55 43 205 -
CMYK 0.73 0.79 0 0.20
HSL 244.44º 0.65% 0.49% -
HSV(B) 244.44º 0.79% 0.8% -
XYZ 13.46 6.95 58.39 -
YUV 65.06 206.98 120.83 -
System Red Green Blue C M Y K H S L
Decimal 55 43 205 0.73 0.79 0 0.20 244.44 0.65 0.49
Hex 37 2B CD 49 4F 0 14 F4 41 31
Octal 67 53 315 111 117 0 24 364 101 61
Binary 110111 101011 11001101 1001001 1001111 0 10100 11110100 1000001 110001

Color Harmonies of #372BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BCD

Black with #372BCD

Text Example


Text Example

White with #372BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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