#336EE2

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

Shades of Royal Blue #336EE2

Tints of Royal Blue #336EE2

Color information

#336EE2 (or 0x336EE2) is unknown color: approx Royal Blue. HEX triplet: 33, 6E and E2. RGB value is (51,110,226). Sum of RGB (Red+Green+Blue) = 51+110+226=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 226 (88.67% from 255 or 58.40% from 387); Max value from RGB is 226 - color contains mainly: blue. Hex color #336EE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EE2 is #CC911D. Grayscale: #696969. Windows color (decimal): -13406494 or 14839347. OLE color: 14839347.

HSL color Cylindrical-coordinate representation of color #336EE2: hue angle of 219.77º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336EE2 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB51110226-
CMYK0.770.5100.11
HSL219.77º75.11%54.31%-
HSV(B)219.77º77.43%88.63%-
XYZ20.6717.3574.21-
YUV105.58195.9589.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.18%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 226 (88.67% from 255) = 58.40%
R=13.18%
G=28.42%
B=58.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal511102260.770.5100.11219.7775.1154.31
Hex336EE24D330Bdc4b36
Octal631563421156301333411366
Binary110011110111011100010100110111001101011110111001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,110,226); }

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

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

 a { background-color: rgb(51,110,226); }

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

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

 span { border-color: rgb(51,110,226); }

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