Html Css Color HEX #3471EF Royal Blue

📋 copy color: '#3471EF'

red 52 ◦ green 113 ◦ blue 239

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

Shades of Royal Blue #3471EF

Tints of Royal Blue #3471EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.16%

R = 12.87%
G = 27.97%
B = 59.16%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3471EF (or 0x3471EF) is known color: Royal Blue. HEX triplet: 34, 71 and EF. RGB value is (52,113,239). Sum of RGB (Red+Green+Blue) = 52+113+239=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 239 (93.75% from 255 or 59.16% from 404); Max value from RGB is 239 - color contains mainly: blue. Hex color #3471EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471EF is #CB8E10. Grayscale: #6C6C6C. Windows color (decimal): -13340177 or 15692084. OLE color: 15692084.

HSL color Cylindrical-coordinate representation of color #3471EF: hue angle of 220.43º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3471EF is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 113 239 -
CMYK 0.78 0.53 0 0.06
HSL 220.43º 0.85% 0.57% -
HSV(B) 220.43º 0.78% 0.94% -
XYZ 22.9 18.77 84.08 -
YUV 109.13 201.29 87.25 -
System Red Green Blue C M Y K H S L
Decimal 52 113 239 0.78 0.53 0 0.06 220.43 0.85 0.57
Hex 34 71 EF 4E 35 0 6 DC 55 39
Octal 64 161 357 116 65 0 6 334 125 71
Binary 110100 1110001 11101111 1001110 110101 0 110 11011100 1010101 111001

Color Harmonies of #3471EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471EF

Black with #3471EF

Text Example


Text Example

White with #3471EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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