Html Css Color HEX #3576DD Royal Blue

📋 copy color: '#3576DD'

red 53 ◦ green 118 ◦ blue 221

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

Shades of Royal Blue #3576DD

Tints of Royal Blue #3576DD

RGB

 RED value IS 53 (21.09% from 255) = 13.52%

 GREEN value IS 118 (46.48% from 255) = 30.1%

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

R = 13.52%
G = 30.1%
B = 56.38%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3576DD (or 0x3576DD) is known color: Royal Blue. HEX triplet: 35, 76 and DD. RGB value is (53,118,221). Sum of RGB (Red+Green+Blue) = 53+118+221=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 118 (46.48% from 255 or 30.10% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #3576DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3576DD is #CA8922. Grayscale: #6D6D6D. Windows color (decimal): -13273379 or 14513717. OLE color: 14513717.

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

Color convert

RGB 53 118 221 -
CMYK 0.76 0.47 0 0.13
HSL 216.79º 0.71% 0.54% -
HSV(B) 216.79º 0.76% 0.87% -
XYZ 21 18.93 70.95 -
YUV 110.31 190.47 87.12 -
System Red Green Blue C M Y K H S L
Decimal 53 118 221 0.76 0.47 0 0.13 216.79 0.71 0.54
Hex 35 76 DD 4C 2F 0 D D9 47 36
Octal 65 166 335 114 57 0 15 331 107 66
Binary 110101 1110110 11011101 1001100 101111 0 1101 11011001 1000111 110110

Color Harmonies of #3576DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3576DD

Black with #3576DD

Text Example


Text Example

White with #3576DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,118,221); }

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

background-color css

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

 a { background-color: rgb(53,118,221); }

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

border-color css

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

 span { border-color: rgb(53,118,221); }

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