#2B1697

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

Shades of Ultramarine #2B1697

Tints of Ultramarine #2B1697

Color information

#2B1697 (or 0x2B1697) is unknown color: approx Ultramarine. HEX triplet: 2B, 16 and 97. RGB value is (43,22,151). Sum of RGB (Red+Green+Blue) = 43+22+151=216 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.91% from 216); Green value is 22 (8.98% from 255 or 10.19% from 216); Blue value is 151 (59.38% from 255 or 69.91% from 216); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B1697 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1697 is #D4E968. Grayscale: #2A2A2A. Windows color (decimal): -13953385 or 9901611. OLE color: 9901611.

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

Color convert

RGB4322151-
CMYK0.720.8500.41
HSL249.77º74.57%33.92%-
HSV(B)249.77º85.43%59.22%-
XYZ6.873.3229.56-
YUV42.98188.96128.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.91%
GREEN value IS 22 (8.98% from 255) = 10.19%
BLUE value IS 151 (59.38% from 255) = 69.91%
R=19.91%
G=10.19%
B=69.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43221510.720.8500.41249.7774.5733.92
Hex2B16974855029fa4b22
Octal532622711012505137211342
Binary1010111011010010111100100010101010101001111110101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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