Html Css Color HEX #3576FD Royal Blue

📋 copy color: '#3576FD'

red 53 ◦ green 118 ◦ blue 253

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

Shades of Royal Blue #3576FD

Tints of Royal Blue #3576FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 59.67%

R = 12.5%
G = 27.83%
B = 59.67%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3576FD (or 0x3576FD) is known color: Royal Blue. HEX triplet: 35, 76 and FD. RGB value is (53,118,253). Sum of RGB (Red+Green+Blue) = 53+118+253=424 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.5% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 253 (99.22% from 255 or 59.67% from 424); Max value from RGB is 253 - color contains mainly: blue. Hex color #3576FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3576FD is #CA8902. Grayscale: #717171. Windows color (decimal): -13273347 or 16610869. OLE color: 16610869.

HSL color Cylindrical-coordinate representation of color #3576FD: hue angle of 220.5º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3576FD is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 53 118 253 -
CMYK 0.79 0.53 0 0.01
HSL 220.5º 0.98% 0.6% -
HSV(B) 220.5º 0.79% 0.99% -
XYZ 25.68 20.81 95.59 -
YUV 113.96 206.47 84.52 -
System Red Green Blue C M Y K H S L
Decimal 53 118 253 0.79 0.53 0 0.01 220.5 0.98 0.6
Hex 35 76 FD 4F 35 0 1 DC 62 3C
Octal 65 166 375 117 65 0 1 334 142 74
Binary 110101 1110110 11111101 1001111 110101 0 1 11011100 1100010 111100

Color Harmonies of #3576FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3576FD

Black with #3576FD

Text Example


Text Example

White with #3576FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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