Html Css Color HEX #3666DC Royal Blue

📋 copy color: '#3666DC'

red 54 ◦ green 102 ◦ blue 220

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

Shades of Royal Blue #3666DC

Tints of Royal Blue #3666DC

RGB

 RED value IS 54 (21.48% from 255) = 14.36%

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

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

R = 14.36%
G = 27.13%
B = 58.51%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3666DC (or 0x3666DC) is known color: Royal Blue. HEX triplet: 36, 66 and DC. RGB value is (54,102,220). Sum of RGB (Red+Green+Blue) = 54+102+220=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #3666DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3666DC is #C99923. Grayscale: #646464. Windows color (decimal): -13211940 or 14444086. OLE color: 14444086.

HSL color Cylindrical-coordinate representation of color #3666DC: hue angle of 222.65º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3666DC is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 54 102 220 -
CMYK 0.75 0.54 0 0.14
HSL 222.65º 0.7% 0.54% -
HSV(B) 222.65º 0.75% 0.86% -
XYZ 19.19 15.45 69.68 -
YUV 101.1 195.1 94.41 -
System Red Green Blue C M Y K H S L
Decimal 54 102 220 0.75 0.54 0 0.14 222.65 0.7 0.54
Hex 36 66 DC 4B 36 0 E DF 46 36
Octal 66 146 334 113 66 0 16 337 106 66
Binary 110110 1100110 11011100 1001011 110110 0 1110 11011111 1000110 110110

Color Harmonies of #3666DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3666DC

Black with #3666DC

Text Example


Text Example

White with #3666DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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