Html Css Color HEX #3485DD Royal Blue

📋 copy color: '#3485DD'

red 52 ◦ green 133 ◦ blue 221

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

Shades of Royal Blue #3485DD

Tints of Royal Blue #3485DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

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

R = 12.81%
G = 32.76%
B = 54.43%

CMYK

 C value IS 0.76

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3485DD (or 0x3485DD) is known color: Royal Blue. HEX triplet: 34, 85 and DD. RGB value is (52,133,221). Sum of RGB (Red+Green+Blue) = 52+133+221=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #3485DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485DD is #CB7A22. Grayscale: #767676. Windows color (decimal): -13335075 or 14517556. OLE color: 14517556.

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

Color convert

RGB 52 133 221 -
CMYK 0.76 0.40 0 0.13
HSL 211.24º 0.71% 0.54% -
HSV(B) 211.24º 0.76% 0.87% -
XYZ 22.85 22.73 71.59 -
YUV 118.81 185.66 80.34 -
System Red Green Blue C M Y K H S L
Decimal 52 133 221 0.76 0.40 0 0.13 211.24 0.71 0.54
Hex 34 85 DD 4C 28 0 D D3 47 36
Octal 64 205 335 114 50 0 15 323 107 66
Binary 110100 10000101 11011101 1001100 101000 0 1101 11010011 1000111 110110

Color Harmonies of #3485DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485DD

Black with #3485DD

Text Example


Text Example

White with #3485DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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