Html Css Color HEX #372FDD Persian Blue

📋 copy color: '#372FDD'

red 55 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #372FDD

Tints of Persian Blue #372FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.55%

 BLUE value IS 221 (86.72% from 255) = 68.42%

R = 17.03%
G = 14.55%
B = 68.42%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#372FDD (or 0x372FDD) is known color: Persian Blue. HEX triplet: 37, 2F and DD. RGB value is (55,47,221). Sum of RGB (Red+Green+Blue) = 55+47+221=323 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.03% from 323); Green value is 47 (18.75% from 255 or 14.55% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #372FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372FDD is #C8D022. Grayscale: #444444. Windows color (decimal): -13160483 or 14495543. OLE color: 14495543.

HSL color Cylindrical-coordinate representation of color #372FDD: hue angle of 242.76º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372FDD is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 47 221 -
CMYK 0.75 0.79 0 0.13
HSL 242.76º 0.72% 0.53% -
HSV(B) 242.76º 0.79% 0.87% -
XYZ 15.64 8.07 69.14 -
YUV 69.23 213.65 117.85 -
System Red Green Blue C M Y K H S L
Decimal 55 47 221 0.75 0.79 0 0.13 242.76 0.72 0.53
Hex 37 2F DD 4B 4F 0 D F3 48 35
Octal 67 57 335 113 117 0 15 363 110 65
Binary 110111 101111 11011101 1001011 1001111 0 1101 11110011 1001000 110101

Color Harmonies of #372FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372FDD

Black with #372FDD

Text Example


Text Example

White with #372FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,47,221); }

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

background-color css

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

 a { background-color: rgb(55,47,221); }

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

border-color css

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

 span { border-color: rgb(55,47,221); }

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