Html Css Color HEX #3470E1 Royal Blue

📋 copy color: '#3470E1'

red 52 ◦ green 112 ◦ blue 225

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

Shades of Royal Blue #3470E1

Tints of Royal Blue #3470E1

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.79%

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 13.37%
G = 28.79%
B = 57.84%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3470E1 (or 0x3470E1) is known color: Royal Blue. HEX triplet: 34, 70 and E1. RGB value is (52,112,225). Sum of RGB (Red+Green+Blue) = 52+112+225=389 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.37% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #3470E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3470E1 is #CB8F1E. Grayscale: #6A6A6A. Windows color (decimal): -13340447 or 14774324. OLE color: 14774324.

HSL color Cylindrical-coordinate representation of color #3470E1: hue angle of 219.19º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3470E1 is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 112 225 -
CMYK 0.77 0.50 0 0.12
HSL 219.19º 0.74% 0.54% -
HSV(B) 219.19º 0.77% 0.88% -
XYZ 20.8 17.75 73.56 -
YUV 106.94 194.62 88.81 -
System Red Green Blue C M Y K H S L
Decimal 52 112 225 0.77 0.50 0 0.12 219.19 0.74 0.54
Hex 34 70 E1 4D 32 0 C DB 4A 36
Octal 64 160 341 115 62 0 14 333 112 66
Binary 110100 1110000 11100001 1001101 110010 0 1100 11011011 1001010 110110

Color Harmonies of #3470E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3470E1

Black with #3470E1

Text Example


Text Example

White with #3470E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3470E1; }

 p { color: rgb(52,112,225); }

 H1.HeaderClassName
 {
   color: #3470E1;
 }
 .AnyTagClassName
 {
   color: #3470E1;
 }
</style>

background-color css

<style>
 a { background-color: #3470E1; }

 a { background-color: rgb(52,112,225); }

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

border-color css

<style>
 span { border-color: #3470E1; }

 span { border-color: rgb(52,112,225); }

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