Html Css Color HEX #336FDC Royal Blue

📋 copy color: '#336FDC'

red 51 ◦ green 111 ◦ blue 220

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

Shades of Royal Blue #336FDC

Tints of Royal Blue #336FDC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

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

R = 13.35%
G = 29.06%
B = 57.59%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#336FDC (or 0x336FDC) is known color: Royal Blue. HEX triplet: 33, 6F and DC. RGB value is (51,111,220). Sum of RGB (Red+Green+Blue) = 51+111+220=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #336FDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FDC is #CC9023. Grayscale: #686868. Windows color (decimal): -13406244 or 14446387. OLE color: 14446387.

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

Color convert

RGB 51 111 220 -
CMYK 0.77 0.50 0 0.14
HSL 218.7º 0.71% 0.53% -
HSV(B) 218.7º 0.77% 0.86% -
XYZ 19.97 17.24 69.99 -
YUV 105.49 192.62 89.14 -
System Red Green Blue C M Y K H S L
Decimal 51 111 220 0.77 0.50 0 0.14 218.7 0.71 0.53
Hex 33 6F DC 4D 32 0 E DB 47 35
Octal 63 157 334 115 62 0 16 333 107 65
Binary 110011 1101111 11011100 1001101 110010 0 1110 11011011 1000111 110101

Color Harmonies of #336FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336FDC

Black with #336FDC

Text Example


Text Example

White with #336FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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