#3031A3

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

Shades of Persian Blue #3031A3

Tints of Persian Blue #3031A3

Color information

#3031A3 (or 0x3031A3) is unknown color: approx Persian Blue. HEX triplet: 30, 31 and A3. RGB value is (48,49,163). Sum of RGB (Red+Green+Blue) = 48+49+163=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #3031A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3031A3 is #CFCE5C. Grayscale: #3D3D3D. Windows color (decimal): -13618781 or 10694960. OLE color: 10694960.

HSL color Cylindrical-coordinate representation of color #3031A3: hue angle of 239.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3031A3 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4849163-
CMYK0.710.7000.36
HSL239.48º54.5%41.37%-
HSV(B)239.48º70.55%63.92%-
XYZ8.935.4735.24-
YUV61.7185.17118.23-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 49 (19.53% from 255) = 18.85%
BLUE value IS 163 (64.06% from 255) = 62.69%
R=18.46%
G=18.85%
B=62.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal48491630.710.7000.36239.4854.541.37
Hex3031A34746024ef3729
Octal60612431071060443576751
Binary1100001100011010001110001111000110010010011101111110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3031A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3031A3; }

 p { color: rgb(48,49,163); }

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

<style>
 a { background-color: #3031A3; }

 a { background-color: rgb(48,49,163); }

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

<style>
 span { border-color: #3031A3; }

 span { border-color: rgb(48,49,163); }

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