#3336DA

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

Shades of Persian Blue #3336DA

Tints of Persian Blue #3336DA

Color information

#3336DA (or 0x3336DA) is unknown color: approx Persian Blue. HEX triplet: 33, 36 and DA. RGB value is (51,54,218). Sum of RGB (Red+Green+Blue) = 51+54+218=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 54 (21.48% from 255 or 16.72% from 323); Blue value is 218 (85.55% from 255 or 67.49% from 323); Max value from RGB is 218 - color contains mainly: blue. Hex color #3336DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3336DA is #CCC925. Grayscale: #474747. Windows color (decimal): -13420838 or 14300723. OLE color: 14300723.

HSL color Cylindrical-coordinate representation of color #3336DA: hue angle of 238.92º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3336DA is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5154218-
CMYK0.770.7500.15
HSL238.92º69.29%52.75%-
HSV(B)238.92º76.61%85.49%-
XYZ15.348.467.14-
YUV71.8210.51113.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 54 (21.48% from 255) = 16.72%
BLUE value IS 218 (85.55% from 255) = 67.49%
R=15.79%
G=16.72%
B=67.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51542180.770.7500.15238.9269.2952.75
Hex3336DA4D4B0Fef4535
Octal636633211511301735710565
Binary110011110110110110101001101100101101111111011111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3336DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3336DA; }

 p { color: rgb(51,54,218); }

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

<style>
 a { background-color: #3336DA; }

 a { background-color: rgb(51,54,218); }

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

<style>
 span { border-color: #3336DA; }

 span { border-color: rgb(51,54,218); }

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