#336DCA

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

Shades of Royal Blue #336DCA

Tints of Royal Blue #336DCA

Color information

#336DCA (or 0x336DCA) is unknown color: approx Royal Blue. HEX triplet: 33, 6D and CA. RGB value is (51,109,202). Sum of RGB (Red+Green+Blue) = 51+109+202=362 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.09% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #336DCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DCA is #CC9235. Grayscale: #656565. Windows color (decimal): -13406774 or 13266227. OLE color: 13266227.

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

Color convert

RGB51109202-
CMYK0.750.4600.21
HSL216.95º59.68%49.61%-
HSV(B)216.95º74.75%79.22%-
XYZ17.4915.9158.03-
YUV102.26184.2891.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.09%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 202 (79.30% from 255) = 55.80%
R=14.09%
G=30.11%
B=55.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511092020.750.4600.21216.9559.6849.61
Hex336DCA4B2E015d93c32
Octal63155312113560253317462
Binary110011110110111001010100101110111001010111011001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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