#336AD6

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

Shades of Royal Blue #336AD6

Tints of Royal Blue #336AD6

Color information

#336AD6 (or 0x336AD6) is unknown color: approx Royal Blue. HEX triplet: 33, 6A and D6. RGB value is (51,106,214). Sum of RGB (Red+Green+Blue) = 51+106+214=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #336AD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336AD6 is #CC9529. Grayscale: #656565. Windows color (decimal): -13407530 or 14051891. OLE color: 14051891.

HSL color Cylindrical-coordinate representation of color #336AD6: hue angle of 219.75º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #336AD6 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB51106214-
CMYK0.760.5000.16
HSL219.75º66.53%51.96%-
HSV(B)219.75º76.17%83.92%-
XYZ18.6615.8765.7-
YUV101.87191.2891.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.75%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 214 (83.98% from 255) = 57.68%
R=13.75%
G=28.57%
B=57.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal511062140.760.5000.16219.7566.5351.96
Hex336AD64C32010dc4334
Octal631523261146202033410364
Binary1100111101010110101101001100110010010000110111001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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