#3036AB

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

Shades of Persian Blue #3036AB

Tints of Persian Blue #3036AB

Color information

#3036AB (or 0x3036AB) is unknown color: approx Persian Blue. HEX triplet: 30, 36 and AB. RGB value is (48,54,171). Sum of RGB (Red+Green+Blue) = 48+54+171=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #3036AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3036AB is #CFC954. Grayscale: #414141. Windows color (decimal): -13617493 or 11220528. OLE color: 11220528.

HSL color Cylindrical-coordinate representation of color #3036AB: hue angle of 237.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3036AB is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4854171-
CMYK0.720.6800.33
HSL237.07º56.16%42.94%-
HSV(B)237.07º71.93%67.06%-
XYZ9.896.2139.2-
YUV65.54187.51115.49-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 54 (21.48% from 255) = 19.78%
BLUE value IS 171 (67.19% from 255) = 62.64%
R=17.58%
G=19.78%
B=62.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48541710.720.6800.33237.0756.1642.94
Hex3036AB4844021ed382b
Octal60662531101040413557053
Binary1100001101101010101110010001000100010000111101101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3036AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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