Html Css Color HEX #3571DC Royal Blue

📋 copy color: '#3571DC'

red 53 ◦ green 113 ◦ blue 220

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

Shades of Royal Blue #3571DC

Tints of Royal Blue #3571DC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

 BLUE value IS 220 (86.33% from 255) = 56.99%

R = 13.73%
G = 29.27%
B = 56.99%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3571DC (or 0x3571DC) is known color: Royal Blue. HEX triplet: 35, 71 and DC. RGB value is (53,113,220). Sum of RGB (Red+Green+Blue) = 53+113+220=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #3571DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3571DC is #CA8E23. Grayscale: #6A6A6A. Windows color (decimal): -13274660 or 14446901. OLE color: 14446901.

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

Color convert

RGB 53 113 220 -
CMYK 0.76 0.49 0 0.14
HSL 218.44º 0.7% 0.54% -
HSV(B) 218.44º 0.76% 0.86% -
XYZ 20.29 17.73 70.06 -
YUV 107.26 191.62 89.3 -
System Red Green Blue C M Y K H S L
Decimal 53 113 220 0.76 0.49 0 0.14 218.44 0.7 0.54
Hex 35 71 DC 4C 31 0 E DA 46 36
Octal 65 161 334 114 61 0 16 332 106 66
Binary 110101 1110001 11011100 1001100 110001 0 1110 11011010 1000110 110110

Color Harmonies of #3571DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3571DC

Black with #3571DC

Text Example


Text Example

White with #3571DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3571DC; }

 p { color: rgb(53,113,220); }

 H1.HeaderClassName
 {
   color: #3571DC;
 }
 .AnyTagClassName
 {
   color: #3571DC;
 }
</style>

background-color css

<style>
 a { background-color: #3571DC; }

 a { background-color: rgb(53,113,220); }

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

border-color css

<style>
 span { border-color: #3571DC; }

 span { border-color: rgb(53,113,220); }

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