Html Css Color HEX #3149E4 Royal Blue

📋 copy color: '#3149E4'

red 49 ◦ green 73 ◦ blue 228

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

Shades of Royal Blue #3149E4

Tints of Royal Blue #3149E4

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.86%

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

R = 14%
G = 20.86%
B = 65.14%

CMYK

 C value IS 0.79

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3149E4 (or 0x3149E4) is known color: Royal Blue. HEX triplet: 31, 49 and E4. RGB value is (49,73,228). Sum of RGB (Red+Green+Blue) = 49+73+228=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 228 (89.45% from 255 or 65.14% from 350); Max value from RGB is 228 - color contains mainly: blue. Hex color #3149E4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3149E4 is #CEB61B. Grayscale: #525252. Windows color (decimal): -13547036 or 14960945. OLE color: 14960945.

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

Color convert

RGB 49 73 228 -
CMYK 0.79 0.68 0 0.11
HSL 231.96º 0.77% 0.54% -
HSV(B) 231.96º 0.79% 0.89% -
XYZ 17.65 11.02 74.6 -
YUV 83.49 209.55 103.4 -
System Red Green Blue C M Y K H S L
Decimal 49 73 228 0.79 0.68 0 0.11 231.96 0.77 0.54
Hex 31 49 E4 4F 44 0 B E8 4D 36
Octal 61 111 344 117 104 0 13 350 115 66
Binary 110001 1001001 11100100 1001111 1000100 0 1011 11101000 1001101 110110

Color Harmonies of #3149E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3149E4

Black with #3149E4

Text Example


Text Example

White with #3149E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,73,228); }

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

background-color css

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

 a { background-color: rgb(49,73,228); }

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

border-color css

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

 span { border-color: rgb(49,73,228); }

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