Html Css Color HEX #3471E6 Royal Blue

📋 copy color: '#3471E6'

red 52 ◦ green 113 ◦ blue 230

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

Shades of Royal Blue #3471E6

Tints of Royal Blue #3471E6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.61%

 BLUE value IS 230 (90.23% from 255) = 58.23%

R = 13.16%
G = 28.61%
B = 58.23%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3471E6 (or 0x3471E6) is known color: Royal Blue. HEX triplet: 34, 71 and E6. RGB value is (52,113,230). Sum of RGB (Red+Green+Blue) = 52+113+230=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 113 (44.53% from 255 or 28.61% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #3471E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471E6 is #CB8E19. Grayscale: #6B6B6B. Windows color (decimal): -13340186 or 15102260. OLE color: 15102260.

HSL color Cylindrical-coordinate representation of color #3471E6: hue angle of 219.44º degrees, saturation: 0.78, 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 #3471E6 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 113 230 -
CMYK 0.77 0.51 0 0.10
HSL 219.44º 0.78% 0.55% -
HSV(B) 219.44º 0.77% 0.9% -
XYZ 21.6 18.25 77.25 -
YUV 108.1 196.79 87.99 -
System Red Green Blue C M Y K H S L
Decimal 52 113 230 0.77 0.51 0 0.10 219.44 0.78 0.55
Hex 34 71 E6 4D 33 0 A DB 4E 37
Octal 64 161 346 115 63 0 12 333 116 67
Binary 110100 1110001 11100110 1001101 110011 0 1010 11011011 1001110 110111

Color Harmonies of #3471E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471E6

Black with #3471E6

Text Example


Text Example

White with #3471E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3471E6; }

 p { color: rgb(52,113,230); }

 H1.HeaderClassName
 {
   color: #3471E6;
 }
 .AnyTagClassName
 {
   color: #3471E6;
 }
</style>

background-color css

<style>
 a { background-color: #3471E6; }

 a { background-color: rgb(52,113,230); }

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

border-color css

<style>
 span { border-color: #3471E6; }

 span { border-color: rgb(52,113,230); }

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