Html Css Color HEX #3570CE Royal Blue

📋 copy color: '#3570CE'

red 53 ◦ green 112 ◦ blue 206

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

Shades of Royal Blue #3570CE

Tints of Royal Blue #3570CE

RGB

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

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

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

R = 14.29%
G = 30.19%
B = 55.53%

CMYK

 C value IS 0.74

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3570CE (or 0x3570CE) is known color: Royal Blue. HEX triplet: 35, 70 and CE. RGB value is (53,112,206). Sum of RGB (Red+Green+Blue) = 53+112+206=371 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.29% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #3570CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3570CE is #CA8F31. Grayscale: #686868. Windows color (decimal): -13274930 or 13529141. OLE color: 13529141.

HSL color Cylindrical-coordinate representation of color #3570CE: hue angle of 216.86º 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 #3570CE is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 53 112 206 -
CMYK 0.74 0.46 0 0.19
HSL 216.86º 0.61% 0.51% -
HSV(B) 216.86º 0.74% 0.81% -
XYZ 18.4 16.8 60.67 -
YUV 105.08 184.95 90.86 -
System Red Green Blue C M Y K H S L
Decimal 53 112 206 0.74 0.46 0 0.19 216.86 0.61 0.51
Hex 35 70 CE 4A 2E 0 13 D9 3D 33
Octal 65 160 316 112 56 0 23 331 75 63
Binary 110101 1110000 11001110 1001010 101110 0 10011 11011001 111101 110011

Color Harmonies of #3570CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3570CE

Black with #3570CE

Text Example


Text Example

White with #3570CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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