#336CE2

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

Shades of Royal Blue #336CE2

Tints of Royal Blue #336CE2

Color information

#336CE2 (or 0x336CE2) is unknown color: approx Royal Blue. HEX triplet: 33, 6C and E2. RGB value is (51,108,226). Sum of RGB (Red+Green+Blue) = 51+108+226=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 226 (88.67% from 255 or 58.70% from 385); Max value from RGB is 226 - color contains mainly: blue. Hex color #336CE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CE2 is #CC931D. Grayscale: #676767. Windows color (decimal): -13407006 or 14838835. OLE color: 14838835.

HSL color Cylindrical-coordinate representation of color #336CE2: hue angle of 220.46º 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 #336CE2 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB51108226-
CMYK0.770.5200.11
HSL220.46º75.11%54.31%-
HSV(B)220.46º77.43%88.63%-
XYZ20.4616.9274.14-
YUV104.41196.6289.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 226 (88.67% from 255) = 58.70%
R=13.25%
G=28.05%
B=58.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal511082260.770.5200.11220.4675.1154.31
Hex336CE24D340Bdc4b36
Octal631543421156401333411366
Binary110011110110011100010100110111010001011110111001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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