#3433AF

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

Shades of Persian Blue #3433AF

Tints of Persian Blue #3433AF

Color information

#3433AF (or 0x3433AF) is unknown color: approx Persian Blue. HEX triplet: 34, 33 and AF. RGB value is (52,51,175). Sum of RGB (Red+Green+Blue) = 52+51+175=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 175 (68.75% from 255 or 62.95% from 278); Max value from RGB is 175 - color contains mainly: blue. Hex color #3433AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3433AF is #CBCC50. Grayscale: #404040. Windows color (decimal): -13356113 or 11481908. OLE color: 11481908.

HSL color Cylindrical-coordinate representation of color #3433AF: hue angle of 240.48º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3433AF is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5251175-
CMYK0.700.7100.31
HSL240.48º54.87%44.31%-
HSV(B)240.48º70.86%68.63%-
XYZ10.346.1941.21-
YUV65.44189.83118.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 51 (20.31% from 255) = 18.35%
BLUE value IS 175 (68.75% from 255) = 62.95%
R=18.71%
G=18.35%
B=62.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal52511750.700.7100.31240.4854.8744.31
Hex3433AF464701Ff0372c
Octal64632571061070373606754
Binary110100110011101011111000110100011101111111110000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3433AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3433AF; }

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

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

<style>
 a { background-color: #3433AF; }

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

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

<style>
 span { border-color: #3433AF; }

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

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