Html Css Color HEX #3150E5 Royal Blue

📋 copy color: '#3150E5'

red 49 ◦ green 80 ◦ blue 229

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

Shades of Royal Blue #3150E5

Tints of Royal Blue #3150E5

RGB

 RED value IS 49 (19.53% from 255) = 13.69%

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 13.69%
G = 22.35%
B = 63.97%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3150E5 (or 0x3150E5) is known color: Royal Blue. HEX triplet: 31, 50 and E5. RGB value is (49,80,229). Sum of RGB (Red+Green+Blue) = 49+80+229=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 229 (89.84% from 255 or 63.97% from 358); Max value from RGB is 229 - color contains mainly: blue. Hex color #3150E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3150E5 is #CEAF1A. Grayscale: #575757. Windows color (decimal): -13545243 or 15028273. OLE color: 15028273.

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

Color convert

RGB 49 80 229 -
CMYK 0.79 0.65 0 0.10
HSL 229.67º 0.78% 0.55% -
HSV(B) 229.67º 0.79% 0.9% -
XYZ 18.28 12.05 75.49 -
YUV 87.72 207.73 100.38 -
System Red Green Blue C M Y K H S L
Decimal 49 80 229 0.79 0.65 0 0.10 229.67 0.78 0.55
Hex 31 50 E5 4F 41 0 A E6 4E 37
Octal 61 120 345 117 101 0 12 346 116 67
Binary 110001 1010000 11100101 1001111 1000001 0 1010 11100110 1001110 110111

Color Harmonies of #3150E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150E5

Black with #3150E5

Text Example


Text Example

White with #3150E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,80,229); }

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

background-color css

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

 a { background-color: rgb(49,80,229); }

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

border-color css

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

 span { border-color: rgb(49,80,229); }

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