Html Css Color HEX #3686DD Royal Blue

📋 copy color: '#3686DD'

red 54 ◦ green 134 ◦ blue 221

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

Shades of Royal Blue #3686DD

Tints of Royal Blue #3686DD

RGB

 RED value IS 54 (21.48% from 255) = 13.2%

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

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

R = 13.2%
G = 32.76%
B = 54.03%

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

#3686DD (or 0x3686DD) is known color: Royal Blue. HEX triplet: 36, 86 and DD. RGB value is (54,134,221). Sum of RGB (Red+Green+Blue) = 54+134+221=409 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.20% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #3686DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3686DD is #C97922. Grayscale: #777777. Windows color (decimal): -13203747 or 14517814. OLE color: 14517814.

HSL color Cylindrical-coordinate representation of color #3686DD: hue angle of 211.26º 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 #3686DD is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 54 134 221 -
CMYK 0.76 0.39 0 0.13
HSL 211.26º 0.71% 0.54% -
HSV(B) 211.26º 0.76% 0.87% -
XYZ 23.1 23.05 71.64 -
YUV 120 185 80.93 -
System Red Green Blue C M Y K H S L
Decimal 54 134 221 0.76 0.39 0 0.13 211.26 0.71 0.54
Hex 36 86 DD 4C 27 0 D D3 47 36
Octal 66 206 335 114 47 0 15 323 107 66
Binary 110110 10000110 11011101 1001100 100111 0 1101 11010011 1000111 110110

Color Harmonies of #3686DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3686DD

Black with #3686DD

Text Example


Text Example

White with #3686DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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