#3334DD

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

Shades of Persian Blue #3334DD

Tints of Persian Blue #3334DD

Color information

#3334DD (or 0x3334DD) is unknown color: approx Persian Blue. HEX triplet: 33, 34 and DD. RGB value is (51,52,221). Sum of RGB (Red+Green+Blue) = 51+52+221=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #3334DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334DD is #CCCB22. Grayscale: #464646. Windows color (decimal): -13421347 or 14496819. OLE color: 14496819.

HSL color Cylindrical-coordinate representation of color #3334DD: hue angle of 239.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3334DD is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5152221-
CMYK0.770.7600.13
HSL239.65º71.43%53.33%-
HSV(B)239.65º76.92%86.67%-
XYZ15.648.3869.2-
YUV70.97212.67113.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.74%
GREEN value IS 52 (20.70% from 255) = 16.05%
BLUE value IS 221 (86.72% from 255) = 68.21%
R=15.74%
G=16.05%
B=68.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal51522210.770.7600.13239.6571.4353.33
Hex3334DD4D4C0Df04735
Octal636433511511401536010765
Binary110011110100110111011001101100110001101111100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3334DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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