Html Css Color HEX #3570DD Royal Blue

📋 copy color: '#3570DD'

red 53 ◦ green 112 ◦ blue 221

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

Shades of Royal Blue #3570DD

Tints of Royal Blue #3570DD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 13.73%
G = 29.02%
B = 57.25%

CMYK

 C value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3570DD (or 0x3570DD) is known color: Royal Blue. HEX triplet: 35, 70 and DD. RGB value is (53,112,221). Sum of RGB (Red+Green+Blue) = 53+112+221=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #3570DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570DD is #CA8F22. Grayscale: #6A6A6A. Windows color (decimal): -13274915 or 14512181. OLE color: 14512181.

HSL color Cylindrical-coordinate representation of color #3570DD: hue angle of 218.93º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3570DD is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 53 112 221 -
CMYK 0.76 0.49 0 0.13
HSL 218.93º 0.71% 0.54% -
HSV(B) 218.93º 0.76% 0.87% -
XYZ 20.31 17.57 70.73 -
YUV 106.79 192.45 89.64 -
System Red Green Blue C M Y K H S L
Decimal 53 112 221 0.76 0.49 0 0.13 218.93 0.71 0.54
Hex 35 70 DD 4C 31 0 D DB 47 36
Octal 65 160 335 114 61 0 15 333 107 66
Binary 110101 1110000 11011101 1001100 110001 0 1101 11011011 1000111 110110

Color Harmonies of #3570DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3570DD

Black with #3570DD

Text Example


Text Example

White with #3570DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3570DD; }

 p { color: rgb(53,112,221); }

 H1.HeaderClassName
 {
   color: #3570DD;
 }
 .AnyTagClassName
 {
   color: #3570DD;
 }
</style>

background-color css

<style>
 a { background-color: #3570DD; }

 a { background-color: rgb(53,112,221); }

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

border-color css

<style>
 span { border-color: #3570DD; }

 span { border-color: rgb(53,112,221); }

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