Html Css Color HEX #3366DC Royal Blue

📋 copy color: '#3366DC'

red 51 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #3366DC

Tints of Royal Blue #3366DC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.35%

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

R = 13.67%
G = 27.35%
B = 58.98%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3366DC (or 0x3366DC) is known color: Royal Blue. HEX triplet: 33, 66 and DC. RGB value is (51,102,220). Sum of RGB (Red+Green+Blue) = 51+102+220=373 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.67% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #3366DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3366DC is #CC9923. Grayscale: #636363. Windows color (decimal): -13408548 or 14444083. OLE color: 14444083.

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

Color convert

RGB 51 102 220 -
CMYK 0.77 0.54 0 0.14
HSL 221.89º 0.71% 0.53% -
HSV(B) 221.89º 0.77% 0.86% -
XYZ 19.03 15.37 69.67 -
YUV 100.2 195.6 92.91 -
System Red Green Blue C M Y K H S L
Decimal 51 102 220 0.77 0.54 0 0.14 221.89 0.71 0.53
Hex 33 66 DC 4D 36 0 E DE 47 35
Octal 63 146 334 115 66 0 16 336 107 65
Binary 110011 1100110 11011100 1001101 110110 0 1110 11011110 1000111 110101

Color Harmonies of #3366DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3366DC

Black with #3366DC

Text Example


Text Example

White with #3366DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3366DC; }

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

 H1.HeaderClassName
 {
   color: #3366DC;
 }
 .AnyTagClassName
 {
   color: #3366DC;
 }
</style>

background-color css

<style>
 a { background-color: #3366DC; }

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

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

border-color css

<style>
 span { border-color: #3366DC; }

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

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