Html Css Color HEX #3157E6 Royal Blue

📋 copy color: '#3157E6'

red 49 ◦ green 87 ◦ blue 230

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

Shades of Royal Blue #3157E6

Tints of Royal Blue #3157E6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.77%

 BLUE value IS 230 (90.23% from 255) = 62.84%

R = 13.39%
G = 23.77%
B = 62.84%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3157E6 (or 0x3157E6) is known color: Royal Blue. HEX triplet: 31, 57 and E6. RGB value is (49,87,230). Sum of RGB (Red+Green+Blue) = 49+87+230=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 230 (90.23% from 255 or 62.84% from 366); Max value from RGB is 230 - color contains mainly: blue. Hex color #3157E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3157E6 is #CEA819. Grayscale: #5B5B5B. Windows color (decimal): -13543450 or 15095601. OLE color: 15095601.

HSL color Cylindrical-coordinate representation of color #3157E6: hue angle of 227.4º 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 #3157E6 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 87 230 -
CMYK 0.79 0.62 0 0.10
HSL 227.4º 0.78% 0.55% -
HSV(B) 227.4º 0.79% 0.9% -
XYZ 18.96 13.18 76.41 -
YUV 91.94 205.91 97.37 -
System Red Green Blue C M Y K H S L
Decimal 49 87 230 0.79 0.62 0 0.10 227.4 0.78 0.55
Hex 31 57 E6 4F 3E 0 A E3 4E 37
Octal 61 127 346 117 76 0 12 343 116 67
Binary 110001 1010111 11100110 1001111 111110 0 1010 11100011 1001110 110111

Color Harmonies of #3157E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3157E6

Black with #3157E6

Text Example


Text Example

White with #3157E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3157E6; }

 p { color: rgb(49,87,230); }

 H1.HeaderClassName
 {
   color: #3157E6;
 }
 .AnyTagClassName
 {
   color: #3157E6;
 }
</style>

background-color css

<style>
 a { background-color: #3157E6; }

 a { background-color: rgb(49,87,230); }

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

border-color css

<style>
 span { border-color: #3157E6; }

 span { border-color: rgb(49,87,230); }

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