Html Css Color HEX #3470FF Royal Blue

📋 copy color: '#3470FF'

red 52 ◦ green 112 ◦ blue 255

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

Shades of Royal Blue #3470FF

Tints of Royal Blue #3470FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 60.86%

R = 12.41%
G = 26.73%
B = 60.86%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3470FF (or 0x3470FF) is known color: Royal Blue. HEX triplet: 34, 70 and FF. RGB value is (52,112,255). Sum of RGB (Red+Green+Blue) = 52+112+255=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #3470FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3470FF is #CB8F00. Grayscale: #6D6D6D. Windows color (decimal): -13340417 or 16740404. OLE color: 16740404.

HSL color Cylindrical-coordinate representation of color #3470FF: hue angle of 222.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3470FF is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 112 255 -
CMYK 0.80 0.56 0 0
HSL 222.27º 1% 0.6% -
HSV(B) 222.27º 0.8% 1% -
XYZ 25.26 19.54 97.05 -
YUV 110.36 209.62 86.37 -
System Red Green Blue C M Y K H S L
Decimal 52 112 255 0.80 0.56 0 0 222.27 1 0.6
Hex 34 70 FF 50 38 0 0 DE 64 3C
Octal 64 160 377 120 70 0 0 336 144 74
Binary 110100 1110000 11111111 1010000 111000 0 0 11011110 1100100 111100

Color Harmonies of #3470FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3470FF

Black with #3470FF

Text Example


Text Example

White with #3470FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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