Html Css Color HEX #3573FA Royal Blue

📋 copy color: '#3573FA'

red 53 ◦ green 115 ◦ blue 250

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

Shades of Royal Blue #3573FA

Tints of Royal Blue #3573FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.81%

R = 12.68%
G = 27.51%
B = 59.81%

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

#3573FA (or 0x3573FA) is known color: Royal Blue. HEX triplet: 35, 73 and FA. RGB value is (53,115,250). Sum of RGB (Red+Green+Blue) = 53+115+250=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 250 (98.05% from 255 or 59.81% from 418); Max value from RGB is 250 - color contains mainly: blue. Hex color #3573FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3573FA is #CA8C05. Grayscale: #6F6F6F. Windows color (decimal): -13274118 or 16413493. OLE color: 16413493.

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

Color convert

RGB 53 115 250 -
CMYK 0.79 0.54 0 0.02
HSL 221.12º 0.95% 0.59% -
HSV(B) 221.12º 0.79% 0.98% -
XYZ 24.85 19.92 92.98 -
YUV 111.85 205.96 86.02 -
System Red Green Blue C M Y K H S L
Decimal 53 115 250 0.79 0.54 0 0.02 221.12 0.95 0.59
Hex 35 73 FA 4F 36 0 2 DD 5F 3B
Octal 65 163 372 117 66 0 2 335 137 73
Binary 110101 1110011 11111010 1001111 110110 0 10 11011101 1011111 111011

Color Harmonies of #3573FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3573FA

Black with #3573FA

Text Example


Text Example

White with #3573FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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