Html Css Color HEX #336EDC Royal Blue

📋 copy color: '#336EDC'

red 51 ◦ green 110 ◦ blue 220

#336EDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #336EDC

Tints of Royal Blue #336EDC

RGB

 RED value IS 51 (20.31% from 255) = 13.39%

 GREEN value IS 110 (43.36% from 255) = 28.87%

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 13.39%
G = 28.87%
B = 57.74%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#336EDC (or 0x336EDC) is known color: Royal Blue. HEX triplet: 33, 6E and DC. RGB value is (51,110,220). Sum of RGB (Red+Green+Blue) = 51+110+220=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #336EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EDC is #CC9123. Grayscale: #686868. Windows color (decimal): -13406500 or 14446131. OLE color: 14446131.

HSL color Cylindrical-coordinate representation of color #336EDC: hue angle of 219.05º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #336EDC is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 51 110 220 -
CMYK 0.77 0.50 0 0.14
HSL 219.05º 0.71% 0.53% -
HSV(B) 219.05º 0.77% 0.86% -
XYZ 19.86 17.02 69.95 -
YUV 104.9 192.95 89.56 -
System Red Green Blue C M Y K H S L
Decimal 51 110 220 0.77 0.50 0 0.14 219.05 0.71 0.53
Hex 33 6E DC 4D 32 0 E DB 47 35
Octal 63 156 334 115 62 0 16 333 107 65
Binary 110011 1101110 11011100 1001101 110010 0 1110 11011011 1000111 110101

Color Harmonies of #336EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336EDC

Black with #336EDC

Text Example


Text Example

White with #336EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #336EDC;
 }
 .AnyTagClassName
 {
   color: #336EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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