Html Css Color HEX #3A51E5 Royal Blue

📋 copy color: '#3A51E5'

red 58 ◦ green 81 ◦ blue 229

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

Shades of Royal Blue #3A51E5

Tints of Royal Blue #3A51E5

RGB

 RED value IS 58 (23.05% from 255) = 15.76%

 GREEN value IS 81 (32.03% from 255) = 22.01%

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

R = 15.76%
G = 22.01%
B = 62.23%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3A51E5 (or 0x3A51E5) is known color: Royal Blue. HEX triplet: 3A, 51 and E5. RGB value is (58,81,229). Sum of RGB (Red+Green+Blue) = 58+81+229=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 229 (89.84% from 255 or 62.23% from 368); Max value from RGB is 229 - color contains mainly: blue. Hex color #3A51E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A51E5 is #C5AE1A. Grayscale: #5A5A5A. Windows color (decimal): -12955163 or 15028538. OLE color: 15028538.

HSL color Cylindrical-coordinate representation of color #3A51E5: hue angle of 231.93º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A51E5 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 58 81 229 -
CMYK 0.75 0.65 0 0.10
HSL 231.93º 0.77% 0.56% -
HSV(B) 231.93º 0.75% 0.9% -
XYZ 18.83 12.44 75.54 -
YUV 91 205.88 104.47 -
System Red Green Blue C M Y K H S L
Decimal 58 81 229 0.75 0.65 0 0.10 231.93 0.77 0.56
Hex 3A 51 E5 4B 41 0 A E8 4D 38
Octal 72 121 345 113 101 0 12 350 115 70
Binary 111010 1010001 11100101 1001011 1000001 0 1010 11101000 1001101 111000

Color Harmonies of #3A51E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A51E5

Black with #3A51E5

Text Example


Text Example

White with #3A51E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A51E5; }

 p { color: rgb(58,81,229); }

 H1.HeaderClassName
 {
   color: #3A51E5;
 }
 .AnyTagClassName
 {
   color: #3A51E5;
 }
</style>

background-color css

<style>
 a { background-color: #3A51E5; }

 a { background-color: rgb(58,81,229); }

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

border-color css

<style>
 span { border-color: #3A51E5; }

 span { border-color: rgb(58,81,229); }

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