Html Css Color HEX #3155EA Royal Blue

📋 copy color: '#3155EA'

red 49 ◦ green 85 ◦ blue 234

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

Shades of Royal Blue #3155EA

Tints of Royal Blue #3155EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

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

R = 13.32%
G = 23.1%
B = 63.59%

CMYK

 C value IS 0.79

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3155EA (or 0x3155EA) is known color: Royal Blue. HEX triplet: 31, 55 and EA. RGB value is (49,85,234). Sum of RGB (Red+Green+Blue) = 49+85+234=368 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.32% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 234 (91.80% from 255 or 63.59% from 368); Max value from RGB is 234 - color contains mainly: blue. Hex color #3155EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3155EA is #CEAA15. Grayscale: #5A5A5A. Windows color (decimal): -13543958 or 15357233. OLE color: 15357233.

HSL color Cylindrical-coordinate representation of color #3155EA: hue angle of 228.32º 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 #3155EA is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 85 234 -
CMYK 0.79 0.64 0 0.08
HSL 228.32º 0.81% 0.55% -
HSV(B) 228.32º 0.79% 0.92% -
XYZ 19.37 13.09 79.35 -
YUV 91.22 208.57 97.88 -
System Red Green Blue C M Y K H S L
Decimal 49 85 234 0.79 0.64 0 0.08 228.32 0.81 0.55
Hex 31 55 EA 4F 40 0 8 E4 51 37
Octal 61 125 352 117 100 0 10 344 121 67
Binary 110001 1010101 11101010 1001111 1000000 0 1000 11100100 1010001 110111

Color Harmonies of #3155EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3155EA

Black with #3155EA

Text Example


Text Example

White with #3155EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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