Html Css Color HEX #3471DB Royal Blue

📋 copy color: '#3471DB'

red 52 ◦ green 113 ◦ blue 219

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

Shades of Royal Blue #3471DB

Tints of Royal Blue #3471DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.03%

R = 13.54%
G = 29.43%
B = 57.03%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3471DB (or 0x3471DB) is known color: Royal Blue. HEX triplet: 34, 71 and DB. RGB value is (52,113,219). Sum of RGB (Red+Green+Blue) = 52+113+219=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #3471DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471DB is #CB8E24. Grayscale: #6A6A6A. Windows color (decimal): -13340197 or 14381364. OLE color: 14381364.

HSL color Cylindrical-coordinate representation of color #3471DB: hue angle of 218.08º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3471DB is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 113 219 -
CMYK 0.76 0.48 0 0.14
HSL 218.08º 0.7% 0.53% -
HSV(B) 218.08º 0.76% 0.86% -
XYZ 20.11 17.65 69.37 -
YUV 106.85 191.29 88.88 -
System Red Green Blue C M Y K H S L
Decimal 52 113 219 0.76 0.48 0 0.14 218.08 0.7 0.53
Hex 34 71 DB 4C 30 0 E DA 46 35
Octal 64 161 333 114 60 0 16 332 106 65
Binary 110100 1110001 11011011 1001100 110000 0 1110 11011010 1000110 110101

Color Harmonies of #3471DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471DB

Black with #3471DB

Text Example


Text Example

White with #3471DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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