Html Css Color HEX #3573DB Royal Blue

📋 copy color: '#3573DB'

red 53 ◦ green 115 ◦ blue 219

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

Shades of Royal Blue #3573DB

Tints of Royal Blue #3573DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 56.59%

R = 13.7%
G = 29.72%
B = 56.59%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3573DB (or 0x3573DB) is known color: Royal Blue. HEX triplet: 35, 73 and DB. RGB value is (53,115,219). Sum of RGB (Red+Green+Blue) = 53+115+219=387 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.70% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 219 (85.94% from 255 or 56.59% from 387); Max value from RGB is 219 - color contains mainly: blue. Hex color #3573DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3573DB is #CA8C24. Grayscale: #6B6B6B. Windows color (decimal): -13274149 or 14381877. OLE color: 14381877.

HSL color Cylindrical-coordinate representation of color #3573DB: hue angle of 217.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3573DB is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 115 219 -
CMYK 0.76 0.47 0 0.14
HSL 217.59º 0.7% 0.53% -
HSV(B) 217.59º 0.76% 0.86% -
XYZ 20.39 18.13 69.44 -
YUV 108.32 190.46 88.54 -
System Red Green Blue C M Y K H S L
Decimal 53 115 219 0.76 0.47 0 0.14 217.59 0.7 0.53
Hex 35 73 DB 4C 2F 0 E DA 46 35
Octal 65 163 333 114 57 0 16 332 106 65
Binary 110101 1110011 11011011 1001100 101111 0 1110 11011010 1000110 110101

Color Harmonies of #3573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3573DB

Black with #3573DB

Text Example


Text Example

White with #3573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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