Html Css Color HEX #3478E5 Royal Blue

📋 copy color: '#3478E5'

red 52 ◦ green 120 ◦ blue 229

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

Shades of Royal Blue #3478E5

Tints of Royal Blue #3478E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 57.11%

R = 12.97%
G = 29.93%
B = 57.11%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3478E5 (or 0x3478E5) is known color: Royal Blue. HEX triplet: 34, 78 and E5. RGB value is (52,120,229). Sum of RGB (Red+Green+Blue) = 52+120+229=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 229 (89.84% from 255 or 57.11% from 401); Max value from RGB is 229 - color contains mainly: blue. Hex color #3478E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3478E5 is #CB871A. Grayscale: #6F6F6F. Windows color (decimal): -13338395 or 15038516. OLE color: 15038516.

HSL color Cylindrical-coordinate representation of color #3478E5: hue angle of 216.95º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3478E5 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 120 229 -
CMYK 0.77 0.48 0 0.10
HSL 216.95º 0.77% 0.55% -
HSV(B) 216.95º 0.77% 0.9% -
XYZ 22.28 19.82 76.78 -
YUV 112.09 193.97 85.14 -
System Red Green Blue C M Y K H S L
Decimal 52 120 229 0.77 0.48 0 0.10 216.95 0.77 0.55
Hex 34 78 E5 4D 30 0 A D9 4D 37
Octal 64 170 345 115 60 0 12 331 115 67
Binary 110100 1111000 11100101 1001101 110000 0 1010 11011001 1001101 110111

Color Harmonies of #3478E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3478E5

Black with #3478E5

Text Example


Text Example

White with #3478E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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