Html Css Color HEX #372CCD Persian Blue

📋 copy color: '#372CCD'

red 55 ◦ green 44 ◦ blue 205

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

Shades of Persian Blue #372CCD

Tints of Persian Blue #372CCD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.47%

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

R = 18.09%
G = 14.47%
B = 67.43%

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

#372CCD (or 0x372CCD) is known color: Persian Blue. HEX triplet: 37, 2C and CD. RGB value is (55,44,205). Sum of RGB (Red+Green+Blue) = 55+44+205=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #372CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372CCD is #C8D332. Grayscale: #414141. Windows color (decimal): -13161267 or 13446199. OLE color: 13446199.

HSL color Cylindrical-coordinate representation of color #372CCD: hue angle of 244.1º 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 #372CCD is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 44 205 -
CMYK 0.73 0.79 0 0.20
HSL 244.1º 0.65% 0.49% -
HSV(B) 244.1º 0.79% 0.8% -
XYZ 13.5 7.02 58.4 -
YUV 65.64 206.64 120.41 -
System Red Green Blue C M Y K H S L
Decimal 55 44 205 0.73 0.79 0 0.20 244.1 0.65 0.49
Hex 37 2C CD 49 4F 0 14 F4 41 31
Octal 67 54 315 111 117 0 24 364 101 61
Binary 110111 101100 11001101 1001001 1001111 0 10100 11110100 1000001 110001

Color Harmonies of #372CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372CCD

Black with #372CCD

Text Example


Text Example

White with #372CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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