#2812B3

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

Shades of Ultramarine #2812B3

Tints of Ultramarine #2812B3

Color information

#2812B3 (or 0x2812B3) is unknown color: approx Ultramarine. HEX triplet: 28, 12 and B3. RGB value is (40,18,179). Sum of RGB (Red+Green+Blue) = 40+18+179=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 179 (70.31% from 255 or 75.53% from 237); Max value from RGB is 179 - color contains mainly: blue. Hex color #2812B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2812B3 is #D7ED4C. Grayscale: #2A2A2A. Windows color (decimal): -14150989 or 11735592. OLE color: 11735592.

HSL color Cylindrical-coordinate representation of color #2812B3: hue angle of 248.2º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2812B3 is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4018179-
CMYK0.780.9000.30
HSL248.2º81.73%38.63%-
HSV(B)248.2º89.94%70.2%-
XYZ9.234.1442.96-
YUV42.93204.79125.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.88%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 179 (70.31% from 255) = 75.53%
R=16.88%
G=7.59%
B=75.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal40181790.780.9000.30248.281.7338.63
Hex2812B34E5A01Ef85227
Octal502226311613203637012247
Binary101000100101011001110011101011010011110111110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2812B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2812B3; }

 p { color: rgb(40,18,179); }

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

<style>
 a { background-color: #2812B3; }

 a { background-color: rgb(40,18,179); }

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

<style>
 span { border-color: #2812B3; }

 span { border-color: rgb(40,18,179); }

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