#3338A6

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

Shades of Persian Blue #3338A6

Tints of Persian Blue #3338A6

Color information

#3338A6 (or 0x3338A6) is unknown color: approx Persian Blue. HEX triplet: 33, 38 and A6. RGB value is (51,56,166). Sum of RGB (Red+Green+Blue) = 51+56+166=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #3338A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3338A6 is #CCC759. Grayscale: #424242. Windows color (decimal): -13420378 or 10893363. OLE color: 10893363.

HSL color Cylindrical-coordinate representation of color #3338A6: hue angle of 237.39º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3338A6 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5156166-
CMYK0.690.6600.35
HSL237.39º53%42.55%-
HSV(B)237.39º69.28%65.1%-
XYZ9.666.2936.78-
YUV67.04183.84116.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.68%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 166 (65.23% from 255) = 60.81%
R=18.68%
G=20.51%
B=60.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal51561660.690.6600.35237.395342.55
Hex3338A64542023ed352b
Octal63702461051020433556553
Binary1100111110001010011010001011000010010001111101101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3338A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3338A6; }

 p { color: rgb(51,56,166); }

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

<style>
 a { background-color: #3338A6; }

 a { background-color: rgb(51,56,166); }

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

<style>
 span { border-color: #3338A6; }

 span { border-color: rgb(51,56,166); }

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