#3155DE

Color #3155DE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3155DE

Tints of Royal Blue #3155DE

Color information

#3155DE (or 0x3155DE) is unknown color: approx Royal Blue. HEX triplet: 31, 55 and DE. RGB value is (49,85,222). Sum of RGB (Red+Green+Blue) = 49+85+222=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #3155DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3155DE is #CEAA21. Grayscale: #595959. Windows color (decimal): -13543970 or 14570801. OLE color: 14570801.

HSL color Cylindrical-coordinate representation of color #3155DE: hue angle of 227.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3155DE is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4985222-
CMYK0.780.6200.13
HSL227.51º72.38%53.14%-
HSV(B)227.51º77.93%87.06%-
XYZ17.712.4270.57-
YUV89.85202.5798.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.76%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 222 (87.11% from 255) = 62.36%
R=13.76%
G=23.88%
B=62.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49852220.780.6200.13227.5172.3853.14
Hex3155DE4E3E0De44835
Octal611253361167601534411065
Binary110001101010111011110100111011111001101111001001001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3155DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3155DE;
 }
 .AnyTagClassName
 {
   color: #3155DE;
 }
</style>
background-color css

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

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

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

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

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

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