Html Css Color HEX #3676DC Royal Blue

📋 copy color: '#3676DC'

red 54 ◦ green 118 ◦ blue 220

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

Shades of Royal Blue #3676DC

Tints of Royal Blue #3676DC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 13.78%
G = 30.1%
B = 56.12%

CMYK

 C value IS 0.75

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3676DC (or 0x3676DC) is known color: Royal Blue. HEX triplet: 36, 76 and DC. RGB value is (54,118,220). Sum of RGB (Red+Green+Blue) = 54+118+220=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 220 (86.33% from 255 or 56.12% from 392); Max value from RGB is 220 - color contains mainly: blue. Hex color #3676DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3676DC is #C98923. Grayscale: #6E6E6E. Windows color (decimal): -13207844 or 14448182. OLE color: 14448182.

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

Color convert

RGB 54 118 220 -
CMYK 0.75 0.46 0 0.14
HSL 216.87º 0.7% 0.54% -
HSV(B) 216.87º 0.75% 0.86% -
XYZ 20.92 18.91 70.26 -
YUV 110.49 189.8 87.71 -
System Red Green Blue C M Y K H S L
Decimal 54 118 220 0.75 0.46 0 0.14 216.87 0.7 0.54
Hex 36 76 DC 4B 2E 0 E D9 46 36
Octal 66 166 334 113 56 0 16 331 106 66
Binary 110110 1110110 11011100 1001011 101110 0 1110 11011001 1000110 110110

Color Harmonies of #3676DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3676DC

Black with #3676DC

Text Example


Text Example

White with #3676DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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