#3034AA

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

Shades of Persian Blue #3034AA

Tints of Persian Blue #3034AA

Color information

#3034AA (or 0x3034AA) is unknown color: approx Persian Blue. HEX triplet: 30, 34 and AA. RGB value is (48,52,170). Sum of RGB (Red+Green+Blue) = 48+52+170=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #3034AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3034AA is #CFCB55. Grayscale: #3F3F3F. Windows color (decimal): -13618006 or 11154480. OLE color: 11154480.

HSL color Cylindrical-coordinate representation of color #3034AA: hue angle of 238.03º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3034AA is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4852170-
CMYK0.720.6900.33
HSL238.03º55.96%42.75%-
HSV(B)238.03º71.76%66.67%-
XYZ9.75.9938.67-
YUV64.26187.67116.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=17.78%
G=19.26%
B=62.96%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal48521700.720.6900.33238.0355.9642.75
Hex3034AA4845021ee382b
Octal60642521101050413567053
Binary1100001101001010101010010001000101010000111101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3034AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3034AA; }

 p { color: rgb(48,52,170); }

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

<style>
 a { background-color: #3034AA; }

 a { background-color: rgb(48,52,170); }

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

<style>
 span { border-color: #3034AA; }

 span { border-color: rgb(48,52,170); }

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