#3033AD

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

Shades of Persian Blue #3033AD

Tints of Persian Blue #3033AD

Color information

#3033AD (or 0x3033AD) is unknown color: approx Persian Blue. HEX triplet: 30, 33 and AD. RGB value is (48,51,173). Sum of RGB (Red+Green+Blue) = 48+51+173=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 173 (67.97% from 255 or 63.60% from 272); Max value from RGB is 173 - color contains mainly: blue. Hex color #3033AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3033AD is #CFCC52. Grayscale: #3F3F3F. Windows color (decimal): -13618259 or 11350832. OLE color: 11350832.

HSL color Cylindrical-coordinate representation of color #3033AD: hue angle of 238.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3033AD is Cyan = 0.72, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4851173-
CMYK0.720.7100.32
HSL238.56º56.56%43.33%-
HSV(B)238.56º72.25%67.84%-
XYZ9.956.0140.17-
YUV64.01189.51116.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 173 (67.97% from 255) = 63.60%
R=17.65%
G=18.75%
B=63.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal48511730.720.7100.32238.5656.5643.33
Hex3033AD4847020ef392b
Octal60632551101070403577153
Binary1100001100111010110110010001000111010000011101111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3033AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3033AD; }

 p { color: rgb(48,51,173); }

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

<style>
 a { background-color: #3033AD; }

 a { background-color: rgb(48,51,173); }

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

<style>
 span { border-color: #3033AD; }

 span { border-color: rgb(48,51,173); }

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