#336CCC

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

Shades of Royal Blue #336CCC

Tints of Royal Blue #336CCC

Color information

#336CCC (or 0x336CCC) is unknown color: approx Royal Blue. HEX triplet: 33, 6C and CC. RGB value is (51,108,204). Sum of RGB (Red+Green+Blue) = 51+108+204=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #336CCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CCC is #CC9333. Grayscale: #656565. Windows color (decimal): -13407028 or 13397043. OLE color: 13397043.

HSL color Cylindrical-coordinate representation of color #336CCC: hue angle of 217.65º 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 #336CCC is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB51108204-
CMYK0.750.4700.2
HSL217.65º60%50%-
HSV(B)217.65º75%80%-
XYZ17.6315.7959.25-
YUV101.9185.6291.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.05%
GREEN value IS 108 (42.58% from 255) = 29.75%
BLUE value IS 204 (80.08% from 255) = 56.20%
R=14.05%
G=29.75%
B=56.20%

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
Decimal511082040.750.4700.2217.656050
Hex336CCC4B2F014da3c32
Octal63154314113570243327462
Binary110011110110011001100100101110111101010011011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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