Html Css Color HEX #336DCD Royal Blue

📋 copy color: '#336DCD'

red 51 ◦ green 109 ◦ blue 205

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

Shades of Royal Blue #336DCD

Tints of Royal Blue #336DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.86%

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

R = 13.97%
G = 29.86%
B = 56.16%

CMYK

 C value IS 0.75

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#336DCD (or 0x336DCD) is known color: Royal Blue. HEX triplet: 33, 6D and CD. RGB value is (51,109,205). Sum of RGB (Red+Green+Blue) = 51+109+205=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #336DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DCD is #CC9232. Grayscale: #666666. Windows color (decimal): -13406771 or 13462835. OLE color: 13462835.

HSL color Cylindrical-coordinate representation of color #336DCD: hue angle of 217.4º 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 #336DCD is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 109 205 -
CMYK 0.75 0.47 0 0.20
HSL 217.4º 0.61% 0.5% -
HSV(B) 217.4º 0.75% 0.8% -
XYZ 17.85 16.05 59.91 -
YUV 102.6 185.78 91.19 -
System Red Green Blue C M Y K H S L
Decimal 51 109 205 0.75 0.47 0 0.20 217.4 0.61 0.5
Hex 33 6D CD 4B 2F 0 14 D9 3D 32
Octal 63 155 315 113 57 0 24 331 75 62
Binary 110011 1101101 11001101 1001011 101111 0 10100 11011001 111101 110010

Color Harmonies of #336DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336DCD

Black with #336DCD

Text Example


Text Example

White with #336DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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