Html Css Color HEX #3157EA Royal Blue

📋 copy color: '#3157EA'

red 49 ◦ green 87 ◦ blue 234

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

Shades of Royal Blue #3157EA

Tints of Royal Blue #3157EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 13.24%
G = 23.51%
B = 63.24%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3157EA (or 0x3157EA) is known color: Royal Blue. HEX triplet: 31, 57 and EA. RGB value is (49,87,234). Sum of RGB (Red+Green+Blue) = 49+87+234=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #3157EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3157EA is #CEA815. Grayscale: #5B5B5B. Windows color (decimal): -13543446 or 15357745. OLE color: 15357745.

HSL color Cylindrical-coordinate representation of color #3157EA: hue angle of 227.68º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3157EA is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 87 234 -
CMYK 0.79 0.63 0 0.08
HSL 227.68º 0.81% 0.55% -
HSV(B) 227.68º 0.79% 0.92% -
XYZ 19.53 13.41 79.4 -
YUV 92.4 207.91 97.05 -
System Red Green Blue C M Y K H S L
Decimal 49 87 234 0.79 0.63 0 0.08 227.68 0.81 0.55
Hex 31 57 EA 4F 3F 0 8 E4 51 37
Octal 61 127 352 117 77 0 10 344 121 67
Binary 110001 1010111 11101010 1001111 111111 0 1000 11100100 1010001 110111

Color Harmonies of #3157EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3157EA

Black with #3157EA

Text Example


Text Example

White with #3157EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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