Html Css Color HEX #3573FB Royal Blue

📋 copy color: '#3573FB'

red 53 ◦ green 115 ◦ blue 251

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

Shades of Royal Blue #3573FB

Tints of Royal Blue #3573FB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.45%

 BLUE value IS 251 (98.44% from 255) = 59.9%

R = 12.65%
G = 27.45%
B = 59.9%

CMYK

 C value IS 0.79

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3573FB (or 0x3573FB) is known color: Royal Blue. HEX triplet: 35, 73 and FB. RGB value is (53,115,251). Sum of RGB (Red+Green+Blue) = 53+115+251=419 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.65% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 251 (98.44% from 255 or 59.90% from 419); Max value from RGB is 251 - color contains mainly: blue. Hex color #3573FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3573FB is #CA8C04. Grayscale: #6F6F6F. Windows color (decimal): -13274117 or 16479029. OLE color: 16479029.

HSL color Cylindrical-coordinate representation of color #3573FB: hue angle of 221.21º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3573FB is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 115 251 -
CMYK 0.79 0.54 0 0.02
HSL 221.21º 0.96% 0.6% -
HSV(B) 221.21º 0.79% 0.98% -
XYZ 25.01 19.98 93.81 -
YUV 111.97 206.46 85.94 -
System Red Green Blue C M Y K H S L
Decimal 53 115 251 0.79 0.54 0 0.02 221.21 0.96 0.6
Hex 35 73 FB 4F 36 0 2 DD 60 3C
Octal 65 163 373 117 66 0 2 335 140 74
Binary 110101 1110011 11111011 1001111 110110 0 10 11011101 1100000 111100

Color Harmonies of #3573FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3573FB

Black with #3573FB

Text Example


Text Example

White with #3573FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3573FB; }

 p { color: rgb(53,115,251); }

 H1.HeaderClassName
 {
   color: #3573FB;
 }
 .AnyTagClassName
 {
   color: #3573FB;
 }
</style>

background-color css

<style>
 a { background-color: #3573FB; }

 a { background-color: rgb(53,115,251); }

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

border-color css

<style>
 span { border-color: #3573FB; }

 span { border-color: rgb(53,115,251); }

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