Html Css Color HEX #336ADC Royal Blue

📋 copy color: '#336ADC'

red 51 ◦ green 106 ◦ blue 220

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

Shades of Royal Blue #336ADC

Tints of Royal Blue #336ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

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

R = 13.53%
G = 28.12%
B = 58.36%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#336ADC (or 0x336ADC) is known color: Royal Blue. HEX triplet: 33, 6A and DC. RGB value is (51,106,220). Sum of RGB (Red+Green+Blue) = 51+106+220=377 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.53% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 220 (86.33% from 255 or 58.36% from 377); Max value from RGB is 220 - color contains mainly: blue. Hex color #336ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336ADC is #CC9523. Grayscale: #666666. Windows color (decimal): -13407524 or 14445107. OLE color: 14445107.

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

Color convert

RGB 51 106 220 -
CMYK 0.77 0.52 0 0.14
HSL 220.47º 0.71% 0.53% -
HSV(B) 220.47º 0.77% 0.86% -
XYZ 19.44 16.18 69.81 -
YUV 102.55 194.28 91.23 -
System Red Green Blue C M Y K H S L
Decimal 51 106 220 0.77 0.52 0 0.14 220.47 0.71 0.53
Hex 33 6A DC 4D 34 0 E DC 47 35
Octal 63 152 334 115 64 0 16 334 107 65
Binary 110011 1101010 11011100 1001101 110100 0 1110 11011100 1000111 110101

Color Harmonies of #336ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336ADC

Black with #336ADC

Text Example


Text Example

White with #336ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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