Html Css Color HEX #336ED0 Royal Blue

📋 copy color: '#336ED0'

red 51 ◦ green 110 ◦ blue 208

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

Shades of Royal Blue #336ED0

Tints of Royal Blue #336ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 56.37%

R = 13.82%
G = 29.81%
B = 56.37%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#336ED0 (or 0x336ED0) is known color: Royal Blue. HEX triplet: 33, 6E and D0. RGB value is (51,110,208). Sum of RGB (Red+Green+Blue) = 51+110+208=369 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.82% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #336ED0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ED0 is #CC912F. Grayscale: #676767. Windows color (decimal): -13406512 or 13659699. OLE color: 13659699.

HSL color Cylindrical-coordinate representation of color #336ED0: hue angle of 217.45º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336ED0 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 51 110 208 -
CMYK 0.75 0.47 0 0.18
HSL 217.45º 0.63% 0.51% -
HSV(B) 217.45º 0.75% 0.82% -
XYZ 18.33 16.41 61.88 -
YUV 103.53 186.95 90.53 -
System Red Green Blue C M Y K H S L
Decimal 51 110 208 0.75 0.47 0 0.18 217.45 0.63 0.51
Hex 33 6E D0 4B 2F 0 12 D9 3F 33
Octal 63 156 320 113 57 0 22 331 77 63
Binary 110011 1101110 11010000 1001011 101111 0 10010 11011001 111111 110011

Color Harmonies of #336ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336ED0

Black with #336ED0

Text Example


Text Example

White with #336ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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