Html Css Color HEX #3480DC Royal Blue

📋 copy color: '#3480DC'

red 52 ◦ green 128 ◦ blue 220

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

Shades of Royal Blue #3480DC

Tints of Royal Blue #3480DC

RGB

 RED value IS 52 (20.7% from 255) = 13%

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

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

R = 13%
G = 32%
B = 55%

CMYK

 C value IS 0.76

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3480DC (or 0x3480DC) is known color: Royal Blue. HEX triplet: 34, 80 and DC. RGB value is (52,128,220). Sum of RGB (Red+Green+Blue) = 52+128+220=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #3480DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3480DC is #CB7F23. Grayscale: #737373. Windows color (decimal): -13336356 or 14450740. OLE color: 14450740.

HSL color Cylindrical-coordinate representation of color #3480DC: hue angle of 212.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3480DC is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 128 220 -
CMYK 0.76 0.42 0 0.14
HSL 212.86º 0.71% 0.53% -
HSV(B) 212.86º 0.76% 0.86% -
XYZ 22.05 21.34 70.67 -
YUV 115.76 186.82 82.52 -
System Red Green Blue C M Y K H S L
Decimal 52 128 220 0.76 0.42 0 0.14 212.86 0.71 0.53
Hex 34 80 DC 4C 2A 0 E D5 47 35
Octal 64 200 334 114 52 0 16 325 107 65
Binary 110100 10000000 11011100 1001100 101010 0 1110 11010101 1000111 110101

Color Harmonies of #3480DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3480DC

Black with #3480DC

Text Example


Text Example

White with #3480DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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