#2C1AA5

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

Shades of Ultramarine #2C1AA5

Tints of Ultramarine #2C1AA5

Color information

#2C1AA5 (or 0x2C1AA5) is unknown color: approx Ultramarine. HEX triplet: 2C, 1A and A5. RGB value is (44,26,165). Sum of RGB (Red+Green+Blue) = 44+26+165=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 165 (64.84% from 255 or 70.21% from 235); Max value from RGB is 165 - color contains mainly: blue. Hex color #2C1AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1AA5 is #D3E55A. Grayscale: #2E2E2E. Windows color (decimal): -13886811 or 10820140. OLE color: 10820140.

HSL color Cylindrical-coordinate representation of color #2C1AA5: hue angle of 247.77º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C1AA5 is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4426165-
CMYK0.730.8400.35
HSL247.77º72.77%37.45%-
HSV(B)247.77º84.24%64.71%-
XYZ8.23.9935.94-
YUV47.23194.46125.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.72%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 165 (64.84% from 255) = 70.21%
R=18.72%
G=11.06%
B=70.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal44261650.730.8400.35247.7772.7737.45
Hex2C1AA54954023f84925
Octal543224511112404337011145
Binary1011001101010100101100100110101000100011111110001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,26,165); }

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

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

 a { background-color: rgb(44,26,165); }

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

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

 span { border-color: rgb(44,26,165); }

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