Html Css Color HEX #3486DD Royal Blue

📋 copy color: '#3486DD'

red 52 ◦ green 134 ◦ blue 221

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

Shades of Royal Blue #3486DD

Tints of Royal Blue #3486DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 221 (86.72% from 255) = 54.3%

R = 12.78%
G = 32.92%
B = 54.3%

CMYK

 C value IS 0.76

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3486DD (or 0x3486DD) is known color: Royal Blue. HEX triplet: 34, 86 and DD. RGB value is (52,134,221). Sum of RGB (Red+Green+Blue) = 52+134+221=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 221 (86.72% from 255 or 54.30% from 407); Max value from RGB is 221 - color contains mainly: blue. Hex color #3486DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3486DD is #CB7922. Grayscale: #767676. Windows color (decimal): -13334819 or 14517812. OLE color: 14517812.

HSL color Cylindrical-coordinate representation of color #3486DD: hue angle of 210.89º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3486DD is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 134 221 -
CMYK 0.76 0.39 0 0.13
HSL 210.89º 0.71% 0.54% -
HSV(B) 210.89º 0.76% 0.87% -
XYZ 22.99 23 71.63 -
YUV 119.4 185.33 79.93 -
System Red Green Blue C M Y K H S L
Decimal 52 134 221 0.76 0.39 0 0.13 210.89 0.71 0.54
Hex 34 86 DD 4C 27 0 D D3 47 36
Octal 64 206 335 114 47 0 15 323 107 66
Binary 110100 10000110 11011101 1001100 100111 0 1101 11010011 1000111 110110

Color Harmonies of #3486DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3486DD

Black with #3486DD

Text Example


Text Example

White with #3486DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3486DD; }

 p { color: rgb(52,134,221); }

 H1.HeaderClassName
 {
   color: #3486DD;
 }
 .AnyTagClassName
 {
   color: #3486DD;
 }
</style>

background-color css

<style>
 a { background-color: #3486DD; }

 a { background-color: rgb(52,134,221); }

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

border-color css

<style>
 span { border-color: #3486DD; }

 span { border-color: rgb(52,134,221); }

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