Html Css Color HEX #3576D5 Royal Blue

📋 copy color: '#3576D5'

red 53 ◦ green 118 ◦ blue 213

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

Shades of Royal Blue #3576D5

Tints of Royal Blue #3576D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.47%

R = 13.8%
G = 30.73%
B = 55.47%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3576D5 (or 0x3576D5) is known color: Royal Blue. HEX triplet: 35, 76 and D5. RGB value is (53,118,213). Sum of RGB (Red+Green+Blue) = 53+118+213=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #3576D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3576D5 is #CA892A. Grayscale: #6C6C6C. Windows color (decimal): -13273387 or 13989429. OLE color: 13989429.

HSL color Cylindrical-coordinate representation of color #3576D5: hue angle of 215.62º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3576D5 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 53 118 213 -
CMYK 0.75 0.45 0 0.16
HSL 215.63º 0.66% 0.52% -
HSV(B) 215.63º 0.75% 0.84% -
XYZ 19.96 18.52 65.47 -
YUV 109.4 186.47 87.78 -
System Red Green Blue C M Y K H S L
Decimal 53 118 213 0.75 0.45 0 0.16 215.63 0.66 0.52
Hex 35 76 D5 4B 2D 0 10 D8 42 34
Octal 65 166 325 113 55 0 20 330 102 64
Binary 110101 1110110 11010101 1001011 101101 0 10000 11011000 1000010 110100

Color Harmonies of #3576D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3576D5

Black with #3576D5

Text Example


Text Example

White with #3576D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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