#3366DC

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

Shades of Royal Blue #3366DC

Tints of Royal Blue #3366DC

Color information

#3366DC (or 0x3366DC) is unknown color: approx Royal Blue. HEX triplet: 33, 66 and DC. RGB value is (51,102,220). Sum of RGB (Red+Green+Blue) = 51+102+220=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3366DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366DC is #CC9923. Grayscale: #636363. Windows color (decimal): -13408548 or 14444083. OLE color: 14444083.

HSL color Cylindrical-coordinate representation of color #3366DC: hue angle of 221.89º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3366DC is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB51102220-
CMYK0.770.5400.14
HSL221.89º70.71%53.14%-
HSV(B)221.89º76.82%86.27%-
XYZ19.0315.3769.67-
YUV100.2195.692.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.67%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 220 (86.33% from 255) = 58.98%
R=13.67%
G=27.35%
B=58.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511022200.770.5400.14221.8970.7153.14
Hex3366DC4D360Ede4735
Octal631463341156601633610765
Binary110011110011011011100100110111011001110110111101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3366DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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