#3029B0

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

Shades of Persian Blue #3029B0

Tints of Persian Blue #3029B0

Color information

#3029B0 (or 0x3029B0) is unknown color: approx Persian Blue. HEX triplet: 30, 29 and B0. RGB value is (48,41,176). Sum of RGB (Red+Green+Blue) = 48+41+176=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 176 (69.14% from 255 or 66.42% from 265); Max value from RGB is 176 - color contains mainly: blue. Hex color #3029B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3029B0 is #CFD64F. Grayscale: #393939. Windows color (decimal): -13620816 or 11544880. OLE color: 11544880.

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

Color convert

RGB4841176-
CMYK0.730.7700.31
HSL243.11º62.21%42.55%-
HSV(B)243.11º76.7%69.02%-
XYZ9.855.3541.59-
YUV58.48194.32120.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.11%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 176 (69.14% from 255) = 66.42%
R=18.11%
G=15.47%
B=66.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal48411760.730.7700.31243.1162.2142.55
Hex3029B0494D01Ff33e2b
Octal60512601111150373637653
Binary110000101001101100001001001100110101111111110011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3029B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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