#2B1F98

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

Shades of Ultramarine #2B1F98

Tints of Ultramarine #2B1F98

Color information

#2B1F98 (or 0x2B1F98) is unknown color: approx Ultramarine. HEX triplet: 2B, 1F and 98. RGB value is (43,31,152). Sum of RGB (Red+Green+Blue) = 43+31+152=226 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.03% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B1F98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1F98 is #D4E067. Grayscale: #2F2F2F. Windows color (decimal): -13951080 or 9969451. OLE color: 9969451.

HSL color Cylindrical-coordinate representation of color #2B1F98: hue angle of 245.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B1F98 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4331152-
CMYK0.720.8000.40
HSL245.95º66.12%35.88%-
HSV(B)245.95º79.61%59.61%-
XYZ7.153.7630.05-
YUV48.38186.48124.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.03%
GREEN value IS 31 (12.5% from 255) = 13.72%
BLUE value IS 152 (59.77% from 255) = 67.26%
R=19.03%
G=13.72%
B=67.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43311520.720.8000.40245.9566.1235.88
Hex2B1F984850028f64224
Octal533723011012005036610244
Binary1010111111110011000100100010100000101000111101101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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