Html Css Color HEX #3680DC Royal Blue

📋 copy color: '#3680DC'

red 54 ◦ green 128 ◦ blue 220

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

Shades of Royal Blue #3680DC

Tints of Royal Blue #3680DC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.84%

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

R = 13.43%
G = 31.84%
B = 54.73%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3680DC (or 0x3680DC) is known color: Royal Blue. HEX triplet: 36, 80 and DC. RGB value is (54,128,220). Sum of RGB (Red+Green+Blue) = 54+128+220=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #3680DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680DC is #C97F23. Grayscale: #737373. Windows color (decimal): -13205284 or 14450742. OLE color: 14450742.

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

Color convert

RGB 54 128 220 -
CMYK 0.75 0.42 0 0.14
HSL 213.25º 0.7% 0.54% -
HSV(B) 213.25º 0.75% 0.86% -
XYZ 22.16 21.39 70.67 -
YUV 116.36 186.48 83.52 -
System Red Green Blue C M Y K H S L
Decimal 54 128 220 0.75 0.42 0 0.14 213.25 0.7 0.54
Hex 36 80 DC 4B 2A 0 E D5 46 36
Octal 66 200 334 113 52 0 16 325 106 66
Binary 110110 10000000 11011100 1001011 101010 0 1110 11010101 1000110 110110

Color Harmonies of #3680DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3680DC

Black with #3680DC

Text Example


Text Example

White with #3680DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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