Html Css Color HEX #3471FD Royal Blue

📋 copy color: '#3471FD'

red 52 ◦ green 113 ◦ blue 253

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

Shades of Royal Blue #3471FD

Tints of Royal Blue #3471FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 12.44%
G = 27.03%
B = 60.53%

CMYK

 C value IS 0.79

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3471FD (or 0x3471FD) is known color: Royal Blue. HEX triplet: 34, 71 and FD. RGB value is (52,113,253). Sum of RGB (Red+Green+Blue) = 52+113+253=418 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.44% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #3471FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3471FD is #CB8E02. Grayscale: #6E6E6E. Windows color (decimal): -13340163 or 16609588. OLE color: 16609588.

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

Color convert

RGB 52 113 253 -
CMYK 0.79 0.55 0 0.01
HSL 221.79º 0.98% 0.6% -
HSV(B) 221.79º 0.79% 0.99% -
XYZ 25.05 19.63 95.4 -
YUV 110.72 208.29 86.12 -
System Red Green Blue C M Y K H S L
Decimal 52 113 253 0.79 0.55 0 0.01 221.79 0.98 0.6
Hex 34 71 FD 4F 37 0 1 DE 62 3C
Octal 64 161 375 117 67 0 1 336 142 74
Binary 110100 1110001 11111101 1001111 110111 0 1 11011110 1100010 111100

Color Harmonies of #3471FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471FD

Black with #3471FD

Text Example


Text Example

White with #3471FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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