#3032B0

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

Shades of Persian Blue #3032B0

Tints of Persian Blue #3032B0

Color information

#3032B0 (or 0x3032B0) is unknown color: approx Persian Blue. HEX triplet: 30, 32 and B0. RGB value is (48,50,176). Sum of RGB (Red+Green+Blue) = 48+50+176=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #3032B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3032B0 is #CFCD4F. Grayscale: #3F3F3F. Windows color (decimal): -13618512 or 11547184. OLE color: 11547184.

HSL color Cylindrical-coordinate representation of color #3032B0: hue angle of 239.06º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3032B0 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4850176-
CMYK0.730.7200.31
HSL239.06º57.14%43.92%-
HSV(B)239.06º72.73%69.02%-
XYZ10.26.0441.7-
YUV63.77191.34116.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.52%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 176 (69.14% from 255) = 64.23%
R=17.52%
G=18.25%
B=64.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48501760.730.7200.31239.0657.1443.92
Hex3032B0494801Fef392c
Octal60622601111100373577154
Binary110000110010101100001001001100100001111111101111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3032B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3032B0; }

 p { color: rgb(48,50,176); }

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

<style>
 a { background-color: #3032B0; }

 a { background-color: rgb(48,50,176); }

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

<style>
 span { border-color: #3032B0; }

 span { border-color: rgb(48,50,176); }

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