Html Css Color HEX #3573CE Royal Blue

📋 copy color: '#3573CE'

red 53 ◦ green 115 ◦ blue 206

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

Shades of Royal Blue #3573CE

Tints of Royal Blue #3573CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.08%

R = 14.17%
G = 30.75%
B = 55.08%

CMYK

 C value IS 0.74

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3573CE (or 0x3573CE) is known color: Royal Blue. HEX triplet: 35, 73 and CE. RGB value is (53,115,206). Sum of RGB (Red+Green+Blue) = 53+115+206=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #3573CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573CE is #CA8C31. Grayscale: #6A6A6A. Windows color (decimal): -13274162 or 13529909. OLE color: 13529909.

HSL color Cylindrical-coordinate representation of color #3573CE: hue angle of 215.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3573CE is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 115 206 -
CMYK 0.74 0.44 0 0.19
HSL 215.69º 0.61% 0.51% -
HSV(B) 215.69º 0.74% 0.81% -
XYZ 18.74 17.47 60.78 -
YUV 106.84 183.96 89.6 -
System Red Green Blue C M Y K H S L
Decimal 53 115 206 0.74 0.44 0 0.19 215.69 0.61 0.51
Hex 35 73 CE 4A 2C 0 13 D8 3D 33
Octal 65 163 316 112 54 0 23 330 75 63
Binary 110101 1110011 11001110 1001010 101100 0 10011 11011000 111101 110011

Color Harmonies of #3573CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3573CE

Black with #3573CE

Text Example


Text Example

White with #3573CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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