#0033DD

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

Shades of Persian Blue #0033DD

Tints of Persian Blue #0033DD

Color information

#0033DD (or 0x0033DD) is unknown color: approx Persian Blue. HEX triplet: 00, 33 and DD. RGB value is (0,51,221). Sum of RGB (Red+Green+Blue) = 0+51+221=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 221 (86.72% from 255 or 81.25% from 272); Max value from RGB is 221 - color contains mainly: blue. Hex color #0033DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033DD is #FFCC22. Grayscale: #363636. Windows color (decimal): -16763939 or 14496512. OLE color: 14496512.

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

Color convert

RGB051221-
CMYK10.7700.13
HSL226.15º100%43.33%-
HSV(B)226.15º100%86.67%-
XYZ14.237.5969.12-
YUV55.13221.688.68-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 221 (86.72% from 255) = 81.25%
R=0%
G=18.75%
B=81.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal05122110.7700.13226.1510043.33
Hex033DD644D0De2642b
Octal06333514411501534214453
Binary0110011110111011100100100110101101111000101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0033DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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