#3036B6

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

Shades of Persian Blue #3036B6

Tints of Persian Blue #3036B6

Color information

#3036B6 (or 0x3036B6) is unknown color: approx Persian Blue. HEX triplet: 30, 36 and B6. RGB value is (48,54,182). Sum of RGB (Red+Green+Blue) = 48+54+182=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 182 (71.48% from 255 or 64.08% from 284); Max value from RGB is 182 - color contains mainly: blue. Hex color #3036B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3036B6 is #CFC949. Grayscale: #424242. Windows color (decimal): -13617482 or 11941424. OLE color: 11941424.

HSL color Cylindrical-coordinate representation of color #3036B6: hue angle of 237.31º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3036B6 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4854182-
CMYK0.740.7000.29
HSL237.31º58.26%45.1%-
HSV(B)237.31º73.63%71.37%-
XYZ10.986.6444.96-
YUV66.8193.01114.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.90%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 182 (71.48% from 255) = 64.08%
R=16.90%
G=19.01%
B=64.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal48541820.740.7000.29237.3158.2645.1
Hex3036B64A4601Ded3a2d
Octal60662661121060353557255
Binary110000110110101101101001010100011001110111101101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3036B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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