#2B15A4

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

Shades of Ultramarine #2B15A4

Tints of Ultramarine #2B15A4

Color information

#2B15A4 (or 0x2B15A4) is unknown color: approx Ultramarine. HEX triplet: 2B, 15 and A4. RGB value is (43,21,164). Sum of RGB (Red+Green+Blue) = 43+21+164=228 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.86% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 164 (64.45% from 255 or 71.93% from 228); Max value from RGB is 164 - color contains mainly: blue. Hex color #2B15A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B15A4 is #D4EA5B. Grayscale: #2B2B2B. Windows color (decimal): -13953628 or 10753323. OLE color: 10753323.

HSL color Cylindrical-coordinate representation of color #2B15A4: hue angle of 249.23º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2B15A4 is Cyan = 0.74, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4321164-
CMYK0.740.8700.36
HSL249.23º77.3%36.27%-
HSV(B)249.23º87.2%64.31%-
XYZ7.973.7335.42-
YUV43.88195.79127.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.86%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 164 (64.45% from 255) = 71.93%
R=18.86%
G=9.21%
B=71.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43211640.740.8700.36249.2377.336.27
Hex2B15A44A57024f94d24
Octal532524411212704437111544
Binary1010111010110100100100101010101110100100111110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B15A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,21,164); }

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

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

 a { background-color: rgb(43,21,164); }

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

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

 span { border-color: rgb(43,21,164); }

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