#3029BE

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

Shades of Persian Blue #3029BE

Tints of Persian Blue #3029BE

Color information

#3029BE (or 0x3029BE) is unknown color: approx Persian Blue. HEX triplet: 30, 29 and BE. RGB value is (48,41,190). Sum of RGB (Red+Green+Blue) = 48+41+190=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #3029BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3029BE is #CFD641. Grayscale: #3B3B3B. Windows color (decimal): -13620802 or 12462384. OLE color: 12462384.

HSL color Cylindrical-coordinate representation of color #3029BE: hue angle of 242.82º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3029BE is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4841190-
CMYK0.750.7800.25
HSL242.82º64.5%45.29%-
HSV(B)242.82º78.42%74.51%-
XYZ11.315.9349.26-
YUV60.08201.32119.38-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=17.20%
G=14.70%
B=68.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal48411900.750.7800.25242.8264.545.29
Hex3029BE4B4E019f3412d
Octal605127611311603136310155
Binary1100001010011011111010010111001110011001111100111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3029BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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