#2B1F93

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

Shades of Ultramarine #2B1F93

Tints of Ultramarine #2B1F93

Color information

#2B1F93 (or 0x2B1F93) is unknown color: approx Ultramarine. HEX triplet: 2B, 1F and 93. RGB value is (43,31,147). Sum of RGB (Red+Green+Blue) = 43+31+147=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 147 (57.81% from 255 or 66.52% from 221); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B1F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1F93 is #D4E06C. Grayscale: #2F2F2F. Windows color (decimal): -13951085 or 9641771. OLE color: 9641771.

HSL color Cylindrical-coordinate representation of color #2B1F93: hue angle of 246.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B1F93 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4331147-
CMYK0.710.7900.42
HSL246.21º65.17%34.9%-
HSV(B)246.21º78.91%57.65%-
XYZ6.753.627.94-
YUV47.81183.98124.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 147 (57.81% from 255) = 66.52%
R=19.46%
G=14.03%
B=66.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43311470.710.7900.42246.2165.1734.9
Hex2B1F93474F02Af64123
Octal533722310711705236610143
Binary1010111111110010011100011110011110101010111101101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,147); }

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

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

 a { background-color: rgb(43,31,147); }

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

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

 span { border-color: rgb(43,31,147); }

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