Html Css Color HEX #3474DA Royal Blue

📋 copy color: '#3474DA'

red 52 ◦ green 116 ◦ blue 218

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

Shades of Royal Blue #3474DA

Tints of Royal Blue #3474DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.48%

R = 13.47%
G = 30.05%
B = 56.48%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3474DA (or 0x3474DA) is known color: Royal Blue. HEX triplet: 34, 74 and DA. RGB value is (52,116,218). Sum of RGB (Red+Green+Blue) = 52+116+218=386 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.47% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #3474DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3474DA is #CB8B25. Grayscale: #6C6C6C. Windows color (decimal): -13339430 or 14316596. OLE color: 14316596.

HSL color Cylindrical-coordinate representation of color #3474DA: hue angle of 216.87º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3474DA is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 116 218 -
CMYK 0.76 0.47 0 0.15
HSL 216.87º 0.69% 0.53% -
HSV(B) 216.87º 0.76% 0.85% -
XYZ 20.32 18.28 68.79 -
YUV 108.49 189.8 87.71 -
System Red Green Blue C M Y K H S L
Decimal 52 116 218 0.76 0.47 0 0.15 216.87 0.69 0.53
Hex 34 74 DA 4C 2F 0 F D9 45 35
Octal 64 164 332 114 57 0 17 331 105 65
Binary 110100 1110100 11011010 1001100 101111 0 1111 11011001 1000101 110101

Color Harmonies of #3474DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3474DA

Black with #3474DA

Text Example


Text Example

White with #3474DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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