#2B1E94

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

Shades of Ultramarine #2B1E94

Tints of Ultramarine #2B1E94

Color information

#2B1E94 (or 0x2B1E94) is unknown color: approx Ultramarine. HEX triplet: 2B, 1E and 94. RGB value is (43,30,148). Sum of RGB (Red+Green+Blue) = 43+30+148=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B1E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1E94 is #D4E16B. Grayscale: #2E2E2E. Windows color (decimal): -13951340 or 9707051. OLE color: 9707051.

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

Color convert

RGB4330148-
CMYK0.710.8000.42
HSL246.61º66.29%34.9%-
HSV(B)246.61º79.73%58.04%-
XYZ6.813.5828.35-
YUV47.34184.81124.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.46%
GREEN value IS 30 (12.11% from 255) = 13.57%
BLUE value IS 148 (58.20% from 255) = 66.97%
R=19.46%
G=13.57%
B=66.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal43301480.710.8000.42246.6166.2934.9
Hex2B1E94475002Af74223
Octal533622410712005236710243
Binary1010111111010010100100011110100000101010111101111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,30,148); }

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

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

 a { background-color: rgb(43,30,148); }

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

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

 span { border-color: rgb(43,30,148); }

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