Html Css Color HEX #3561E0 Royal Blue

📋 copy color: '#3561E0'

red 53 ◦ green 97 ◦ blue 224

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

Shades of Royal Blue #3561E0

Tints of Royal Blue #3561E0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.94%

 BLUE value IS 224 (87.89% from 255) = 59.89%

R = 14.17%
G = 25.94%
B = 59.89%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3561E0 (or 0x3561E0) is known color: Royal Blue. HEX triplet: 35, 61 and E0. RGB value is (53,97,224). Sum of RGB (Red+Green+Blue) = 53+97+224=374 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.17% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 224 (87.89% from 255 or 59.89% from 374); Max value from RGB is 224 - color contains mainly: blue. Hex color #3561E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561E0 is #CA9E1F. Grayscale: #616161. Windows color (decimal): -13278752 or 14704949. OLE color: 14704949.

HSL color Cylindrical-coordinate representation of color #3561E0: hue angle of 224.56º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3561E0 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 53 97 224 -
CMYK 0.76 0.57 0 0.12
HSL 224.56º 0.73% 0.54% -
HSV(B) 224.56º 0.76% 0.88% -
XYZ 19.2 14.69 72.34 -
YUV 98.32 198.92 95.67 -
System Red Green Blue C M Y K H S L
Decimal 53 97 224 0.76 0.57 0 0.12 224.56 0.73 0.54
Hex 35 61 E0 4C 39 0 C E1 49 36
Octal 65 141 340 114 71 0 14 341 111 66
Binary 110101 1100001 11100000 1001100 111001 0 1100 11100001 1001001 110110

Color Harmonies of #3561E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3561E0

Black with #3561E0

Text Example


Text Example

White with #3561E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3561E0; }

 p { color: rgb(53,97,224); }

 H1.HeaderClassName
 {
   color: #3561E0;
 }
 .AnyTagClassName
 {
   color: #3561E0;
 }
</style>

background-color css

<style>
 a { background-color: #3561E0; }

 a { background-color: rgb(53,97,224); }

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

border-color css

<style>
 span { border-color: #3561E0; }

 span { border-color: rgb(53,97,224); }

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