#3036D1

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

Shades of Persian Blue #3036D1

Tints of Persian Blue #3036D1

Color information

#3036D1 (or 0x3036D1) is unknown color: approx Persian Blue. HEX triplet: 30, 36 and D1. RGB value is (48,54,209). Sum of RGB (Red+Green+Blue) = 48+54+209=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 209 (82.03% from 255 or 67.20% from 311); Max value from RGB is 209 - color contains mainly: blue. Hex color #3036D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3036D1 is #CFC92E. Grayscale: #454545. Windows color (decimal): -13617455 or 13710896. OLE color: 13710896.

HSL color Cylindrical-coordinate representation of color #3036D1: hue angle of 237.76º 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 #3036D1 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4854209-
CMYK0.770.7400.18
HSL237.76º63.64%50.39%-
HSV(B)237.76º77.03%81.96%-
XYZ14.057.8761.1-
YUV69.88206.51112.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.43%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 209 (82.03% from 255) = 67.20%
R=15.43%
G=17.36%
B=67.20%

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
Decimal48542090.770.7400.18237.7663.6450.39
Hex3036D14D4A012ee4032
Octal606632111511202235610062
Binary1100001101101101000110011011001010010010111011101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3036D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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