Html Css Color HEX #3572DB Royal Blue

📋 copy color: '#3572DB'

red 53 ◦ green 114 ◦ blue 219

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

Shades of Royal Blue #3572DB

Tints of Royal Blue #3572DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 13.73%
G = 29.53%
B = 56.74%

CMYK

 C value IS 0.76

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3572DB (or 0x3572DB) is known color: Royal Blue. HEX triplet: 35, 72 and DB. RGB value is (53,114,219). Sum of RGB (Red+Green+Blue) = 53+114+219=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #3572DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3572DB is #CA8D24. Grayscale: #6B6B6B. Windows color (decimal): -13274405 or 14381621. OLE color: 14381621.

HSL color Cylindrical-coordinate representation of color #3572DB: hue angle of 217.95º 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 #3572DB is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 53 114 219 -
CMYK 0.76 0.48 0 0.14
HSL 217.95º 0.7% 0.53% -
HSV(B) 217.95º 0.76% 0.86% -
XYZ 20.27 17.91 69.41 -
YUV 107.73 190.79 88.96 -
System Red Green Blue C M Y K H S L
Decimal 53 114 219 0.76 0.48 0 0.14 217.95 0.7 0.53
Hex 35 72 DB 4C 30 0 E DA 46 35
Octal 65 162 333 114 60 0 16 332 106 65
Binary 110101 1110010 11011011 1001100 110000 0 1110 11011010 1000110 110101

Color Harmonies of #3572DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3572DB

Black with #3572DB

Text Example


Text Example

White with #3572DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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