Html Css Color HEX #3561E4 Royal Blue

📋 copy color: '#3561E4'

red 53 ◦ green 97 ◦ blue 228

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

Shades of Royal Blue #3561E4

Tints of Royal Blue #3561E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60.32%

R = 14.02%
G = 25.66%
B = 60.32%

CMYK

 C value IS 0.77

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3561E4 (or 0x3561E4) is known color: Royal Blue. HEX triplet: 35, 61 and E4. RGB value is (53,97,228). Sum of RGB (Red+Green+Blue) = 53+97+228=378 (50% of max value = 765). Red value is 53 (21.09% from 255 or 14.02% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 228 (89.45% from 255 or 60.32% from 378); Max value from RGB is 228 - color contains mainly: blue. Hex color #3561E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3561E4 is #CA9E1B. Grayscale: #626262. Windows color (decimal): -13278748 or 14967093. OLE color: 14967093.

HSL color Cylindrical-coordinate representation of color #3561E4: hue angle of 224.91º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3561E4 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 53 97 228 -
CMYK 0.77 0.57 0 0.11
HSL 224.91º 0.76% 0.55% -
HSV(B) 224.91º 0.77% 0.89% -
XYZ 19.75 14.91 75.24 -
YUV 98.78 200.92 95.35 -
System Red Green Blue C M Y K H S L
Decimal 53 97 228 0.77 0.57 0 0.11 224.91 0.76 0.55
Hex 35 61 E4 4D 39 0 B E1 4C 37
Octal 65 141 344 115 71 0 13 341 114 67
Binary 110101 1100001 11100100 1001101 111001 0 1011 11100001 1001100 110111

Color Harmonies of #3561E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3561E4

Black with #3561E4

Text Example


Text Example

White with #3561E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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