#2B2598

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

Shades of Ultramarine #2B2598

Tints of Ultramarine #2B2598

Color information

#2B2598 (or 0x2B2598) is unknown color: approx Ultramarine. HEX triplet: 2B, 25 and 98. RGB value is (43,37,152). Sum of RGB (Red+Green+Blue) = 43+37+152=232 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.53% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 152 (59.77% from 255 or 65.52% from 232); Max value from RGB is 152 - color contains mainly: blue. Hex color #2B2598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2598 is #D4DA67. Grayscale: #333333. Windows color (decimal): -13949544 or 9970987. OLE color: 9970987.

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

Color convert

RGB4337152-
CMYK0.720.7600.40
HSL243.13º60.85%37.06%-
HSV(B)243.13º75.66%59.61%-
XYZ7.334.130.11-
YUV51.9184.49121.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.53%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 152 (59.77% from 255) = 65.52%
R=18.53%
G=15.95%
B=65.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal43371520.720.7600.40243.1360.8537.06
Hex2B2598484C028f33d25
Octal53452301101140503637545
Binary1010111001011001100010010001001100010100011110011111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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