Html Css Color HEX #3286DD Royal Blue

📋 copy color: '#3286DD'

red 50 ◦ green 134 ◦ blue 221

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

Shades of Royal Blue #3286DD

Tints of Royal Blue #3286DD

RGB

 RED value IS 50 (19.92% from 255) = 12.35%

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

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

R = 12.35%
G = 33.09%
B = 54.57%

CMYK

 C value IS 0.77

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3286DD (or 0x3286DD) is known color: Royal Blue. HEX triplet: 32, 86 and DD. RGB value is (50,134,221). Sum of RGB (Red+Green+Blue) = 50+134+221=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 221 (86.72% from 255 or 54.57% from 405); Max value from RGB is 221 - color contains mainly: blue. Hex color #3286DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3286DD is #CD7922. Grayscale: #767676. Windows color (decimal): -13465891 or 14517810. OLE color: 14517810.

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

Color convert

RGB 50 134 221 -
CMYK 0.77 0.39 0 0.13
HSL 210.53º 0.72% 0.53% -
HSV(B) 210.53º 0.77% 0.87% -
XYZ 22.89 22.95 71.63 -
YUV 118.8 185.67 78.93 -
System Red Green Blue C M Y K H S L
Decimal 50 134 221 0.77 0.39 0 0.13 210.53 0.72 0.53
Hex 32 86 DD 4D 27 0 D D3 48 35
Octal 62 206 335 115 47 0 15 323 110 65
Binary 110010 10000110 11011101 1001101 100111 0 1101 11010011 1001000 110101

Color Harmonies of #3286DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3286DD

Black with #3286DD

Text Example


Text Example

White with #3286DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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