#2b16af

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

Shades of Ultramarine #2B16AF

Tints of Ultramarine #2B16AF

Color information

#2B16AF (or 0x2B16AF) is unknown color: approx Ultramarine. HEX triplet: 2B, 16 and AF. RGB value is (43,22,175). Sum of RGB (Red+Green+Blue) = 43+22+175=240 (31% of max value = 765). Red value is 43 (17.19% from 255 or 17.92% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 175 (68.75% from 255 or 72.92% from 240); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B16AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B16AF is #D4E950. Grayscale: #2D2D2D. Windows color (decimal): -13953361 or 11474475. OLE color: 11474475.

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

Color convert

RGB4322175-
CMYK0.750.8700.31
HSL248.24º77.66%38.63%-
HSV(B)248.24º87.43%68.63%-
XYZ9.024.1840.89-
YUV45.72200.96126.06-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.92%
GREEN value IS 22 (8.98% from 255) = 9.17%
BLUE value IS 175 (68.75% from 255) = 72.92%
R=17.92%
G=9.17%
B=72.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal43221750.750.8700.31248.2477.6638.63
Hex2B16AF4B5701Ff84e27
Octal532625711312703737011647
Binary101011101101010111110010111010111011111111110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b16af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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