#3366D0

Color #3366D0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3366D0

Tints of Royal Blue #3366D0

Color information

#3366D0 (or 0x3366D0) is unknown color: approx Royal Blue. HEX triplet: 33, 66 and D0. RGB value is (51,102,208). Sum of RGB (Red+Green+Blue) = 51+102+208=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 208 (81.64% from 255 or 57.62% from 361); Max value from RGB is 208 - color contains mainly: blue. Hex color #3366D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366D0 is #CC992F. Grayscale: #626262. Windows color (decimal): -13408560 or 13657651. OLE color: 13657651.

HSL color Cylindrical-coordinate representation of color #3366D0: hue angle of 220.51º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3366D0 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB51102208-
CMYK0.750.5100.18
HSL220.51º62.55%50.78%-
HSV(B)220.51º75.48%81.57%-
XYZ17.514.7661.6-
YUV98.84189.693.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.13%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 208 (81.64% from 255) = 57.62%
R=14.13%
G=28.25%
B=57.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal511022080.750.5100.18220.5162.5550.78
Hex3366D04B33012dd3f33
Octal63146320113630223357763
Binary110011110011011010000100101111001101001011011101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3366D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3366D0; }

 p { color: rgb(51,102,208); }

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

<style>
 a { background-color: #3366D0; }

 a { background-color: rgb(51,102,208); }

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

<style>
 span { border-color: #3366D0; }

 span { border-color: rgb(51,102,208); }

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