#2B2392

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

Shades of Ultramarine #2B2392

Tints of Ultramarine #2B2392

Color information

#2B2392 (or 0x2B2392) is unknown color: approx Ultramarine. HEX triplet: 2B, 23 and 92. RGB value is (43,35,146). Sum of RGB (Red+Green+Blue) = 43+35+146=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2392 is #D4DC6D. Grayscale: #313131. Windows color (decimal): -13950062 or 9577259. OLE color: 9577259.

HSL color Cylindrical-coordinate representation of color #2B2392: hue angle of 244.32º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B2392 is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4335146-
CMYK0.710.7600.43
HSL244.32º61.33%35.49%-
HSV(B)244.32º76.03%57.25%-
XYZ6.793.7927.57-
YUV50.05182.15122.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 146 (57.42% from 255) = 65.18%
R=19.20%
G=15.62%
B=65.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43351460.710.7600.43244.3261.3335.49
Hex2B2392474C02Bf43d23
Octal53432221071140533647543
Binary1010111000111001001010001111001100010101111110100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,35,146); }

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

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

 a { background-color: rgb(43,35,146); }

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

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

 span { border-color: rgb(43,35,146); }

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