#3339AF

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

Shades of Persian Blue #3339AF

Tints of Persian Blue #3339AF

Color information

#3339AF (or 0x3339AF) is unknown color: approx Persian Blue. HEX triplet: 33, 39 and AF. RGB value is (51,57,175). Sum of RGB (Red+Green+Blue) = 51+57+175=283 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.02% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 175 (68.75% from 255 or 61.84% from 283); Max value from RGB is 175 - color contains mainly: blue. Hex color #3339AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3339AF is #CCC650. Grayscale: #444444. Windows color (decimal): -13420113 or 11483443. OLE color: 11483443.

HSL color Cylindrical-coordinate representation of color #3339AF: hue angle of 237.1º 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 #3339AF is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5157175-
CMYK0.710.6700.31
HSL237.1º54.87%44.31%-
HSV(B)237.1º70.86%68.63%-
XYZ10.576.7341.3-
YUV68.66188.01115.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.02%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 175 (68.75% from 255) = 61.84%
R=18.02%
G=20.14%
B=61.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51571750.710.6700.31237.154.8744.31
Hex3339AF474301Fed372c
Octal63712571071030373556754
Binary110011111001101011111000111100001101111111101101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3339AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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