#311BAA

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

Shades of Ultramarine #311BAA

Tints of Ultramarine #311BAA

Color information

#311BAA (or 0x311BAA) is unknown color: approx Ultramarine. HEX triplet: 31, 1B and AA. RGB value is (49,27,170). Sum of RGB (Red+Green+Blue) = 49+27+170=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #311BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #311BAA is #CEE455. Grayscale: #313131. Windows color (decimal): -13558870 or 11148081. OLE color: 11148081.

HSL color Cylindrical-coordinate representation of color #311BAA: hue angle of 249.23º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #311BAA is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4927170-
CMYK0.710.8400.33
HSL249.23º72.59%38.63%-
HSV(B)249.23º84.12%66.67%-
XYZ8.914.3438.4-
YUV49.88195.79127.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 27 (10.94% from 255) = 10.98%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=19.92%
G=10.98%
B=69.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal49271700.710.8400.33249.2372.5938.63
Hex311BAA4754021f94927
Octal613325210712404137111147
Binary1100011101110101010100011110101000100001111110011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,27,170); }

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

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

 a { background-color: rgb(49,27,170); }

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

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

 span { border-color: rgb(49,27,170); }

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