Html Css Color HEX #3560E5 Royal Blue

📋 copy color: '#3560E5'

red 53 ◦ green 96 ◦ blue 229

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

Shades of Royal Blue #3560E5

Tints of Royal Blue #3560E5

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.4%

 BLUE value IS 229 (89.84% from 255) = 60.58%

R = 14.02%
G = 25.4%
B = 60.58%

CMYK

 C value IS 0.77

 M value IS 0.58

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3560E5 (or 0x3560E5) is known color: Royal Blue. HEX triplet: 35, 60 and E5. RGB value is (53,96,229). Sum of RGB (Red+Green+Blue) = 53+96+229=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 229 (89.84% from 255 or 60.58% from 378); Max value from RGB is 229 - color contains mainly: blue. Hex color #3560E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3560E5 is #CA9F1A. Grayscale: #616161. Windows color (decimal): -13279003 or 15032373. OLE color: 15032373.

HSL color Cylindrical-coordinate representation of color #3560E5: hue angle of 225.34º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3560E5 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 53 96 229 -
CMYK 0.77 0.58 0 0.10
HSL 225.34º 0.77% 0.55% -
HSV(B) 225.34º 0.77% 0.9% -
XYZ 19.79 14.78 75.94 -
YUV 98.31 201.75 95.69 -
System Red Green Blue C M Y K H S L
Decimal 53 96 229 0.77 0.58 0 0.10 225.34 0.77 0.55
Hex 35 60 E5 4D 3A 0 A E1 4D 37
Octal 65 140 345 115 72 0 12 341 115 67
Binary 110101 1100000 11100101 1001101 111010 0 1010 11100001 1001101 110111

Color Harmonies of #3560E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3560E5

Black with #3560E5

Text Example


Text Example

White with #3560E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3560E5; }

 p { color: rgb(53,96,229); }

 H1.HeaderClassName
 {
   color: #3560E5;
 }
 .AnyTagClassName
 {
   color: #3560E5;
 }
</style>

background-color css

<style>
 a { background-color: #3560E5; }

 a { background-color: rgb(53,96,229); }

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

border-color css

<style>
 span { border-color: #3560E5; }

 span { border-color: rgb(53,96,229); }

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