#311EA0

Color #311EA0 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #311EA0

Tints of Ultramarine #311EA0

Color information

#311EA0 (or 0x311EA0) is unknown color: approx Ultramarine. HEX triplet: 31, 1E and A0. RGB value is (49,30,160). Sum of RGB (Red+Green+Blue) = 49+30+160=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 160 (62.89% from 255 or 66.95% from 239); Max value from RGB is 160 - color contains mainly: blue. Hex color #311EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311EA0 is #CEE15F. Grayscale: #323232. Windows color (decimal): -13558112 or 10493489. OLE color: 10493489.

HSL color Cylindrical-coordinate representation of color #311EA0: hue angle of 248.77º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311EA0 is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4930160-
CMYK0.690.8100.37
HSL248.77º68.42%37.25%-
HSV(B)248.77º81.25%62.75%-
XYZ8.084.1233.63-
YUV50.5189.79126.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 160 (62.89% from 255) = 66.95%
R=20.50%
G=12.55%
B=66.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal49301600.690.8100.37248.7768.4237.25
Hex311EA04551025f94425
Octal613624010512104537110445
Binary1100011111010100000100010110100010100101111110011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311EA0; }

 p { color: rgb(49,30,160); }

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

<style>
 a { background-color: #311EA0; }

 a { background-color: rgb(49,30,160); }

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

<style>
 span { border-color: #311EA0; }

 span { border-color: rgb(49,30,160); }

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