#2B249B

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

Shades of Ultramarine #2B249B

Tints of Ultramarine #2B249B

Color information

#2B249B (or 0x2B249B) is unknown color: approx Ultramarine. HEX triplet: 2B, 24 and 9B. RGB value is (43,36,155). Sum of RGB (Red+Green+Blue) = 43+36+155=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B249B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B249B is #D4DB64. Grayscale: #333333. Windows color (decimal): -13949797 or 10167339. OLE color: 10167339.

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

Color convert

RGB4336155-
CMYK0.720.7700.39
HSL243.53º62.3%37.45%-
HSV(B)243.53º76.77%60.78%-
XYZ7.544.1431.41-
YUV51.66186.32121.82-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 155 (60.94% from 255) = 66.24%
R=18.38%
G=15.38%
B=66.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal43361550.720.7700.39243.5362.337.45
Hex2B249B484D027f43e25
Octal53442331101150473647645
Binary1010111001001001101110010001001101010011111110100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B249B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,155); }

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

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

 a { background-color: rgb(43,36,155); }

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

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

 span { border-color: rgb(43,36,155); }

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