Html Css Color HEX #3474DF Royal Blue

📋 copy color: '#3474DF'

red 52 ◦ green 116 ◦ blue 223

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

Shades of Royal Blue #3474DF

Tints of Royal Blue #3474DF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.67%

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

R = 13.3%
G = 29.67%
B = 57.03%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3474DF (or 0x3474DF) is known color: Royal Blue. HEX triplet: 34, 74 and DF. RGB value is (52,116,223). Sum of RGB (Red+Green+Blue) = 52+116+223=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #3474DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474DF is #CB8B20. Grayscale: #6C6C6C. Windows color (decimal): -13339425 or 14644276. OLE color: 14644276.

HSL color Cylindrical-coordinate representation of color #3474DF: hue angle of 217.54º 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 #3474DF is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 116 223 -
CMYK 0.77 0.48 0 0.13
HSL 217.54º 0.73% 0.54% -
HSV(B) 217.54º 0.77% 0.87% -
XYZ 20.98 18.55 72.29 -
YUV 109.06 192.3 87.3 -
System Red Green Blue C M Y K H S L
Decimal 52 116 223 0.77 0.48 0 0.13 217.54 0.73 0.54
Hex 34 74 DF 4D 30 0 D DA 49 36
Octal 64 164 337 115 60 0 15 332 111 66
Binary 110100 1110100 11011111 1001101 110000 0 1101 11011010 1001001 110110

Color Harmonies of #3474DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3474DF

Black with #3474DF

Text Example


Text Example

White with #3474DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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