Html Css Color HEX #3478DC Royal Blue

📋 copy color: '#3478DC'

red 52 ◦ green 120 ◦ blue 220

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

Shades of Royal Blue #3478DC

Tints of Royal Blue #3478DC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.61%

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

R = 13.27%
G = 30.61%
B = 56.12%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3478DC (or 0x3478DC) is known color: Royal Blue. HEX triplet: 34, 78 and DC. RGB value is (52,120,220). Sum of RGB (Red+Green+Blue) = 52+120+220=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 120 (47.27% from 255 or 30.61% 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 #3478DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478DC is #CB8723. Grayscale: #6E6E6E. Windows color (decimal): -13338404 or 14448692. OLE color: 14448692.

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

Color convert

RGB 52 120 220 -
CMYK 0.76 0.45 0 0.14
HSL 215.71º 0.71% 0.53% -
HSV(B) 215.71º 0.76% 0.86% -
XYZ 21.05 19.33 70.33 -
YUV 111.07 189.47 85.87 -
System Red Green Blue C M Y K H S L
Decimal 52 120 220 0.76 0.45 0 0.14 215.71 0.71 0.53
Hex 34 78 DC 4C 2D 0 E D8 47 35
Octal 64 170 334 114 55 0 16 330 107 65
Binary 110100 1111000 11011100 1001100 101101 0 1110 11011000 1000111 110101

Color Harmonies of #3478DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478DC

Black with #3478DC

Text Example


Text Example

White with #3478DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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