#2B249F

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

Shades of Ultramarine #2B249F

Tints of Ultramarine #2B249F

Color information

#2B249F (or 0x2B249F) is unknown color: approx Ultramarine. HEX triplet: 2B, 24 and 9F. RGB value is (43,36,159). Sum of RGB (Red+Green+Blue) = 43+36+159=238 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.07% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B249F is #D4DB60. Grayscale: #333333. Windows color (decimal): -13949793 or 10429483. OLE color: 10429483.

HSL color Cylindrical-coordinate representation of color #2B249F: hue angle of 243.41º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B249F is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB4336159-
CMYK0.730.7700.38
HSL243.41º63.08%38.24%-
HSV(B)243.41º77.36%62.35%-
XYZ7.894.2833.21-
YUV52.11188.32121.5-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.07%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 159 (62.5% from 255) = 66.81%
R=18.07%
G=15.13%
B=66.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43361590.730.7700.38243.4163.0838.24
Hex2B249F494D026f33f26
Octal53442371111150463637746
Binary1010111001001001111110010011001101010011011110011111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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