Html Css Color HEX #372BD1 Persian Blue

📋 copy color: '#372BD1'

red 55 ◦ green 43 ◦ blue 209

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

Shades of Persian Blue #372BD1

Tints of Persian Blue #372BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 68.08%

R = 17.92%
G = 14.01%
B = 68.08%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#372BD1 (or 0x372BD1) is known color: Persian Blue. HEX triplet: 37, 2B and D1. RGB value is (55,43,209). Sum of RGB (Red+Green+Blue) = 55+43+209=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #372BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #372BD1 is #C8D42E. Grayscale: #404040. Windows color (decimal): -13161519 or 13708087. OLE color: 13708087.

HSL color Cylindrical-coordinate representation of color #372BD1: hue angle of 244.34º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #372BD1 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 55 43 209 -
CMYK 0.74 0.79 0 0.18
HSL 244.34º 0.66% 0.49% -
HSV(B) 244.34º 0.79% 0.82% -
XYZ 13.95 7.14 60.97 -
YUV 65.51 208.98 120.5 -
System Red Green Blue C M Y K H S L
Decimal 55 43 209 0.74 0.79 0 0.18 244.34 0.66 0.49
Hex 37 2B D1 4A 4F 0 12 F4 42 31
Octal 67 53 321 112 117 0 22 364 102 61
Binary 110111 101011 11010001 1001010 1001111 0 10010 11110100 1000010 110001

Color Harmonies of #372BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372BD1

Black with #372BD1

Text Example


Text Example

White with #372BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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