#3039ab

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

Shades of Persian Blue #3039AB

Tints of Persian Blue #3039AB

Color information

#3039AB (or 0x3039AB) is unknown color: approx Persian Blue. HEX triplet: 30, 39 and AB. RGB value is (48,57,171). Sum of RGB (Red+Green+Blue) = 48+57+171=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #3039AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3039AB is #CFC654. Grayscale: #424242. Windows color (decimal): -13616725 or 11221296. OLE color: 11221296.

HSL color Cylindrical-coordinate representation of color #3039AB: hue angle of 235.61º 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 #3039AB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4857171-
CMYK0.720.6700.33
HSL235.61º56.16%42.94%-
HSV(B)235.61º71.93%67.06%-
XYZ10.036.4939.25-
YUV67.3186.52114.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.39%
GREEN value IS 57 (22.66% from 255) = 20.65%
BLUE value IS 171 (67.19% from 255) = 61.96%
R=17.39%
G=20.65%
B=61.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48571710.720.6700.33235.6156.1642.94
Hex3039AB4843021ec382b
Octal60712531101030413547053
Binary1100001110011010101110010001000011010000111101100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3039ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3039ab; }

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

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

<style>
 a { background-color: #3039ab; }

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

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

<style>
 span { border-color: #3039ab; }

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

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