#336FCA

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

Shades of Royal Blue #336FCA

Tints of Royal Blue #336FCA

Color information

#336FCA (or 0x336FCA) is unknown color: approx Royal Blue. HEX triplet: 33, 6F and CA. RGB value is (51,111,202). Sum of RGB (Red+Green+Blue) = 51+111+202=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 202 (79.30% from 255 or 55.49% from 364); Max value from RGB is 202 - color contains mainly: blue. Hex color #336FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FCA is #CC9035. Grayscale: #676767. Windows color (decimal): -13406262 or 13266739. OLE color: 13266739.

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

Color convert

RGB51111202-
CMYK0.750.4500.21
HSL216.16º59.68%49.61%-
HSV(B)216.16º74.75%79.22%-
XYZ17.7116.3458.1-
YUV103.43183.6290.6-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.01%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 202 (79.30% from 255) = 55.49%
R=14.01%
G=30.49%
B=55.49%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511112020.750.4500.21216.1659.6849.61
Hex336FCA4B2D015d83c32
Octal63157312113550253307462
Binary110011110111111001010100101110110101010111011000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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