#336ACC

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

Shades of Royal Blue #336ACC

Tints of Royal Blue #336ACC

Color information

#336ACC (or 0x336ACC) is unknown color: approx Royal Blue. HEX triplet: 33, 6A and CC. RGB value is (51,106,204). Sum of RGB (Red+Green+Blue) = 51+106+204=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #336ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ACC is #CC9533. Grayscale: #646464. Windows color (decimal): -13407540 or 13396531. OLE color: 13396531.

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

Color convert

RGB51106204-
CMYK0.750.4800.2
HSL218.43º60%50%-
HSV(B)218.43º75%80%-
XYZ17.4215.3759.18-
YUV100.73186.2892.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.13%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=14.13%
G=29.36%
B=56.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal511062040.750.4800.2218.436050
Hex336ACC4B30014da3c32
Octal63152314113600243327462
Binary110011110101011001100100101111000001010011011010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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