#2B2597

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

Shades of Ultramarine #2B2597

Tints of Ultramarine #2B2597

Color information

#2B2597 (or 0x2B2597) is unknown color: approx Ultramarine. HEX triplet: 2B, 25 and 97. RGB value is (43,37,151). Sum of RGB (Red+Green+Blue) = 43+37+151=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B2597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2597 is #D4DA68. Grayscale: #333333. Windows color (decimal): -13949545 or 9905451. OLE color: 9905451.

HSL color Cylindrical-coordinate representation of color #2B2597: hue angle of 243.16º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2597 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4337151-
CMYK0.720.7500.41
HSL243.16º60.64%36.86%-
HSV(B)243.16º75.5%59.22%-
XYZ7.244.0729.68-
YUV51.79183.99121.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 151 (59.38% from 255) = 65.37%
R=18.61%
G=16.02%
B=65.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal43371510.720.7500.41243.1660.6436.86
Hex2B2597484B029f33d25
Octal53452271101130513637545
Binary1010111001011001011110010001001011010100111110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,151); }

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

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

 a { background-color: rgb(43,37,151); }

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

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

 span { border-color: rgb(43,37,151); }

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