#3037D1

Color #3037D1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3037D1

Tints of Persian Blue #3037D1

Color information

#3037D1 (or 0x3037D1) is unknown color: approx Persian Blue. HEX triplet: 30, 37 and D1. RGB value is (48,55,209). Sum of RGB (Red+Green+Blue) = 48+55+209=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 209 (82.03% from 255 or 66.99% from 312); Max value from RGB is 209 - color contains mainly: blue. Hex color #3037D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3037D1 is #CFC82E. Grayscale: #454545. Windows color (decimal): -13617199 or 13711152. OLE color: 13711152.

HSL color Cylindrical-coordinate representation of color #3037D1: hue angle of 237.39º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3037D1 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4855209-
CMYK0.770.7400.18
HSL237.39º63.64%50.39%-
HSV(B)237.39º77.03%81.96%-
XYZ14.097.9661.12-
YUV70.46206.18111.98-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 55 (21.88% from 255) = 17.63%
BLUE value IS 209 (82.03% from 255) = 66.99%
R=15.38%
G=17.63%
B=66.99%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal48552090.770.7400.18237.3963.6450.39
Hex3037D14D4A012ed4032
Octal606732111511202235510062
Binary1100001101111101000110011011001010010010111011011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3037D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3037D1; }

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

 H1.HeaderClassName
 {
   color: #3037D1;
 }
 .AnyTagClassName
 {
   color: #3037D1;
 }
</style>
background-color css

<style>
 a { background-color: #3037D1; }

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

 div.DivClassName
 {
   background-color: #3037D1;
 }
 .BgClassName
 {
   background-color: #3037D1;
 }
</style>
border-color css

<style>
 span { border-color: #3037D1; }

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

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