Html Css Color HEX #3471E7 Royal Blue

📋 copy color: '#3471E7'

red 52 ◦ green 113 ◦ blue 231

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

Shades of Royal Blue #3471E7

Tints of Royal Blue #3471E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 58.33%

R = 13.13%
G = 28.54%
B = 58.33%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3471E7 (or 0x3471E7) is known color: Royal Blue. HEX triplet: 34, 71 and E7. RGB value is (52,113,231). Sum of RGB (Red+Green+Blue) = 52+113+231=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 231 (90.62% from 255 or 58.33% from 396); Max value from RGB is 231 - color contains mainly: blue. Hex color #3471E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471E7 is #CB8E18. Grayscale: #6B6B6B. Windows color (decimal): -13340185 or 15167796. OLE color: 15167796.

HSL color Cylindrical-coordinate representation of color #3471E7: hue angle of 219.55º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3471E7 is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 113 231 -
CMYK 0.77 0.51 0 0.09
HSL 219.55º 0.79% 0.55% -
HSV(B) 219.55º 0.77% 0.91% -
XYZ 21.75 18.31 77.99 -
YUV 108.21 197.29 87.91 -
System Red Green Blue C M Y K H S L
Decimal 52 113 231 0.77 0.51 0 0.09 219.55 0.79 0.55
Hex 34 71 E7 4D 33 0 9 DC 4F 37
Octal 64 161 347 115 63 0 11 334 117 67
Binary 110100 1110001 11100111 1001101 110011 0 1001 11011100 1001111 110111

Color Harmonies of #3471E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471E7

Black with #3471E7

Text Example


Text Example

White with #3471E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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