Html Css Color HEX #336CDC Royal Blue

📋 copy color: '#336CDC'

red 51 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #336CDC

Tints of Royal Blue #336CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

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

R = 13.46%
G = 28.5%
B = 58.05%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#336CDC (or 0x336CDC) is known color: Royal Blue. HEX triplet: 33, 6C and DC. RGB value is (51,108,220). Sum of RGB (Red+Green+Blue) = 51+108+220=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #336CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336CDC is #CC9323. Grayscale: #676767. Windows color (decimal): -13407012 or 14445619. OLE color: 14445619.

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

Color convert

RGB 51 108 220 -
CMYK 0.77 0.51 0 0.14
HSL 219.76º 0.71% 0.53% -
HSV(B) 219.76º 0.77% 0.86% -
XYZ 19.65 16.6 69.88 -
YUV 103.73 193.62 90.39 -
System Red Green Blue C M Y K H S L
Decimal 51 108 220 0.77 0.51 0 0.14 219.76 0.71 0.53
Hex 33 6C DC 4D 33 0 E DC 47 35
Octal 63 154 334 115 63 0 16 334 107 65
Binary 110011 1101100 11011100 1001101 110011 0 1110 11011100 1000111 110101

Color Harmonies of #336CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336CDC

Black with #336CDC

Text Example


Text Example

White with #336CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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