Html Css Color HEX #336ECD Royal Blue

📋 copy color: '#336ECD'

red 51 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #336ECD

Tints of Royal Blue #336ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 13.93%
G = 30.05%
B = 56.01%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#336ECD (or 0x336ECD) is known color: Royal Blue. HEX triplet: 33, 6E and CD. RGB value is (51,110,205). Sum of RGB (Red+Green+Blue) = 51+110+205=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #336ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ECD is #CC9132. Grayscale: #666666. Windows color (decimal): -13406515 or 13463091. OLE color: 13463091.

HSL color Cylindrical-coordinate representation of color #336ECD: hue angle of 217.01º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #336ECD is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 110 205 -
CMYK 0.75 0.46 0 0.20
HSL 217.01º 0.61% 0.5% -
HSV(B) 217.01º 0.75% 0.8% -
XYZ 17.96 16.26 59.95 -
YUV 103.19 185.45 90.78 -
System Red Green Blue C M Y K H S L
Decimal 51 110 205 0.75 0.46 0 0.20 217.01 0.61 0.5
Hex 33 6E CD 4B 2E 0 14 D9 3D 32
Octal 63 156 315 113 56 0 24 331 75 62
Binary 110011 1101110 11001101 1001011 101110 0 10100 11011001 111101 110010

Color Harmonies of #336ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336ECD

Black with #336ECD

Text Example


Text Example

White with #336ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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