#3334A4

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

Shades of Persian Blue #3334A4

Tints of Persian Blue #3334A4

Color information

#3334A4 (or 0x3334A4) is unknown color: approx Persian Blue. HEX triplet: 33, 34 and A4. RGB value is (51,52,164). Sum of RGB (Red+Green+Blue) = 51+52+164=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #3334A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3334A4 is #CCCB5B. Grayscale: #404040. Windows color (decimal): -13421404 or 10761267. OLE color: 10761267.

HSL color Cylindrical-coordinate representation of color #3334A4: hue angle of 239.47º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3334A4 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5152164-
CMYK0.690.6800.36
HSL239.47º52.56%42.16%-
HSV(B)239.47º68.9%64.31%-
XYZ9.295.8435.76-
YUV64.47184.17118.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 52 (20.70% from 255) = 19.48%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=19.10%
G=19.48%
B=61.42%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51521640.690.6800.36239.4752.5642.16
Hex3334A44544024ef352a
Octal63642441051040443576552
Binary1100111101001010010010001011000100010010011101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3334A4; }

 p { color: rgb(51,52,164); }

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

<style>
 a { background-color: #3334A4; }

 a { background-color: rgb(51,52,164); }

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

<style>
 span { border-color: #3334A4; }

 span { border-color: rgb(51,52,164); }

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