#2B2296

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

Shades of Ultramarine #2B2296

Tints of Ultramarine #2B2296

Color information

#2B2296 (or 0x2B2296) is unknown color: approx Ultramarine. HEX triplet: 2B, 22 and 96. RGB value is (43,34,150). Sum of RGB (Red+Green+Blue) = 43+34+150=227 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.94% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #2B2296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2296 is #D4DD69. Grayscale: #313131. Windows color (decimal): -13950314 or 9839147. OLE color: 9839147.

HSL color Cylindrical-coordinate representation of color #2B2296: hue angle of 244.66º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B2296 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4334150-
CMYK0.710.7700.41
HSL244.66º63.04%36.08%-
HSV(B)244.66º77.33%58.82%-
XYZ7.073.8629.23-
YUV49.92184.48123.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.94%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 150 (58.98% from 255) = 66.08%
R=18.94%
G=14.98%
B=66.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43341500.710.7700.41244.6663.0436.08
Hex2B2296474D029f53f24
Octal53422261071150513657744
Binary1010111000101001011010001111001101010100111110101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,34,150); }

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

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

 a { background-color: rgb(43,34,150); }

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

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

 span { border-color: rgb(43,34,150); }

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