#2C15AA

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

Shades of Ultramarine #2C15AA

Tints of Ultramarine #2C15AA

Color information

#2C15AA (or 0x2C15AA) is unknown color: approx Ultramarine. HEX triplet: 2C, 15 and AA. RGB value is (44,21,170). Sum of RGB (Red+Green+Blue) = 44+21+170=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 170 (66.80% from 255 or 72.34% from 235); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C15AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C15AA is #D3EA55. Grayscale: #2C2C2C. Windows color (decimal): -13888086 or 11146540. OLE color: 11146540.

HSL color Cylindrical-coordinate representation of color #2C15AA: hue angle of 249.26º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C15AA is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4421170-
CMYK0.740.8800.33
HSL249.26º78.01%37.45%-
HSV(B)249.26º87.65%66.67%-
XYZ8.563.9738.35-
YUV44.86198.62127.38-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 21 (8.59% from 255) = 8.94%
BLUE value IS 170 (66.80% from 255) = 72.34%
R=18.72%
G=8.94%
B=72.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44211700.740.8800.33249.2678.0137.45
Hex2C15AA4A58021f94e25
Octal542525211213004137111645
Binary1011001010110101010100101010110000100001111110011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C15AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,21,170); }

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

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

 a { background-color: rgb(44,21,170); }

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

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

 span { border-color: rgb(44,21,170); }

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