Html Css Color HEX #3471F9 Royal Blue

📋 copy color: '#3471F9'

red 52 ◦ green 113 ◦ blue 249

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

Shades of Royal Blue #3471F9

Tints of Royal Blue #3471F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 60.14%

R = 12.56%
G = 27.29%
B = 60.14%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3471F9 (or 0x3471F9) is known color: Royal Blue. HEX triplet: 34, 71 and F9. RGB value is (52,113,249). Sum of RGB (Red+Green+Blue) = 52+113+249=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 249 (97.66% from 255 or 60.14% from 414); Max value from RGB is 249 - color contains mainly: blue. Hex color #3471F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471F9 is #CB8E06. Grayscale: #6D6D6D. Windows color (decimal): -13340167 or 16347444. OLE color: 16347444.

HSL color Cylindrical-coordinate representation of color #3471F9: hue angle of 221.42º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3471F9 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 113 249 -
CMYK 0.79 0.55 0 0.02
HSL 221.42º 0.94% 0.59% -
HSV(B) 221.42º 0.79% 0.98% -
XYZ 24.42 19.38 92.08 -
YUV 110.27 206.29 86.44 -
System Red Green Blue C M Y K H S L
Decimal 52 113 249 0.79 0.55 0 0.02 221.42 0.94 0.59
Hex 34 71 F9 4F 37 0 2 DD 5E 3B
Octal 64 161 371 117 67 0 2 335 136 73
Binary 110100 1110001 11111001 1001111 110111 0 10 11011101 1011110 111011

Color Harmonies of #3471F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471F9

Black with #3471F9

Text Example


Text Example

White with #3471F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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