#3042AB

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

Shades of Persian Blue #3042AB

Tints of Persian Blue #3042AB

Color information

#3042AB (or 0x3042AB) is unknown color: approx Persian Blue. HEX triplet: 30, 42 and AB. RGB value is (48,66,171). Sum of RGB (Red+Green+Blue) = 48+66+171=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #3042AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3042AB is #CFBD54. Grayscale: #484848. Windows color (decimal): -13614421 or 11223600. OLE color: 11223600.

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

Color convert

RGB4866171-
CMYK0.720.6100.33
HSL231.22º56.16%42.94%-
HSV(B)231.22º71.93%67.06%-
XYZ10.527.4739.41-
YUV72.59183.54110.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.84%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 171 (67.19% from 255) = 60%
R=16.84%
G=23.16%
B=60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48661710.720.6100.33231.2256.1642.94
Hex3042AB483D021e7382b
Octal60102253110750413477053
Binary1100001000010101010111001000111101010000111100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3042AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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