#2816B1

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

Shades of Ultramarine #2816B1

Tints of Ultramarine #2816B1

Color information

#2816B1 (or 0x2816B1) is unknown color: approx Ultramarine. HEX triplet: 28, 16 and B1. RGB value is (40,22,177). Sum of RGB (Red+Green+Blue) = 40+22+177=239 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.74% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 177 (69.53% from 255 or 74.06% from 239); Max value from RGB is 177 - color contains mainly: blue. Hex color #2816B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2816B1 is #D7E94E. Grayscale: #2C2C2C. Windows color (decimal): -14149967 or 11605544. OLE color: 11605544.

HSL color Cylindrical-coordinate representation of color #2816B1: hue angle of 246.97º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2816B1 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4022177-
CMYK0.770.8800.31
HSL246.97º77.89%39.02%-
HSV(B)246.97º87.57%69.41%-
XYZ9.14.241.93-
YUV45.05202.46124.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.74%
GREEN value IS 22 (8.98% from 255) = 9.21%
BLUE value IS 177 (69.53% from 255) = 74.06%
R=16.74%
G=9.21%
B=74.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40221770.770.8800.31246.9777.8939.02
Hex2816B14D5801Ff74e27
Octal502626111513003736711647
Binary101000101101011000110011011011000011111111101111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2816B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2816B1; }

 p { color: rgb(40,22,177); }

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

<style>
 a { background-color: #2816B1; }

 a { background-color: rgb(40,22,177); }

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

<style>
 span { border-color: #2816B1; }

 span { border-color: rgb(40,22,177); }

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