#336DCC

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

Shades of Royal Blue #336DCC

Tints of Royal Blue #336DCC

Color information

#336DCC (or 0x336DCC) is unknown color: approx Royal Blue. HEX triplet: 33, 6D and CC. RGB value is (51,109,204). Sum of RGB (Red+Green+Blue) = 51+109+204=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #336DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DCC is #CC9233. Grayscale: #666666. Windows color (decimal): -13406772 or 13397299. OLE color: 13397299.

HSL color Cylindrical-coordinate representation of color #336DCC: hue angle of 217.25º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336DCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51109204-
CMYK0.750.4700.2
HSL217.25º60%50%-
HSV(B)217.25º75%80%-
XYZ17.731659.28-
YUV102.49185.2891.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.01%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 204 (80.08% from 255) = 56.04%
R=14.01%
G=29.95%
B=56.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511092040.750.4700.2217.256050
Hex336DCC4B2F014d93c32
Octal63155314113570243317462
Binary110011110110111001100100101110111101010011011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336DCC; }

 p { color: rgb(51,109,204); }

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

<style>
 a { background-color: #336DCC; }

 a { background-color: rgb(51,109,204); }

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

<style>
 span { border-color: #336DCC; }

 span { border-color: rgb(51,109,204); }

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