Html Css Color HEX #3471DF Royal Blue

📋 copy color: '#3471DF'

red 52 ◦ green 113 ◦ blue 223

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

Shades of Royal Blue #3471DF

Tints of Royal Blue #3471DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 13.4%
G = 29.12%
B = 57.47%

CMYK

 C value IS 0.77

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3471DF (or 0x3471DF) is known color: Royal Blue. HEX triplet: 34, 71 and DF. RGB value is (52,113,223). Sum of RGB (Red+Green+Blue) = 52+113+223=388 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.40% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #3471DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3471DF is #CB8E20. Grayscale: #6A6A6A. Windows color (decimal): -13340193 or 14643508. OLE color: 14643508.

HSL color Cylindrical-coordinate representation of color #3471DF: hue angle of 218.6º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3471DF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 113 223 -
CMYK 0.77 0.49 0 0.13
HSL 218.6º 0.73% 0.54% -
HSV(B) 218.6º 0.77% 0.87% -
XYZ 20.64 17.87 72.17 -
YUV 107.3 193.29 88.56 -
System Red Green Blue C M Y K H S L
Decimal 52 113 223 0.77 0.49 0 0.13 218.6 0.73 0.54
Hex 34 71 DF 4D 31 0 D DB 49 36
Octal 64 161 337 115 61 0 15 333 111 66
Binary 110100 1110001 11011111 1001101 110001 0 1101 11011011 1001001 110110

Color Harmonies of #3471DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3471DF

Black with #3471DF

Text Example


Text Example

White with #3471DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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