#2B1698

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

Shades of Ultramarine #2B1698

Tints of Ultramarine #2B1698

Color information

#2B1698 (or 0x2B1698) is unknown color: approx Ultramarine. HEX triplet: 2B, 16 and 98. RGB value is (43,22,152). Sum of RGB (Red+Green+Blue) = 43+22+152=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 152 (59.77% from 255 or 70.05% from 217); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B1698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1698 is #D4E967. Grayscale: #2A2A2A. Windows color (decimal): -13953384 or 9967147. OLE color: 9967147.

HSL color Cylindrical-coordinate representation of color #2B1698: hue angle of 249.69º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1698 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4322152-
CMYK0.720.8600.40
HSL249.69º74.71%34.12%-
HSV(B)249.69º85.53%59.61%-
XYZ6.953.3529.99-
YUV43.1189.46127.93-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.82%
GREEN value IS 22 (8.98% from 255) = 10.14%
BLUE value IS 152 (59.77% from 255) = 70.05%
R=19.82%
G=10.14%
B=70.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43221520.720.8600.40249.6974.7134.12
Hex2B16984856028fa4b22
Octal532623011012605037211342
Binary1010111011010011000100100010101100101000111110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1698; }

 p { color: rgb(43,22,152); }

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

<style>
 a { background-color: #2B1698; }

 a { background-color: rgb(43,22,152); }

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

<style>
 span { border-color: #2B1698; }

 span { border-color: rgb(43,22,152); }

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