#2C1CAA

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

Shades of Ultramarine #2C1CAA

Tints of Ultramarine #2C1CAA

Color information

#2C1CAA (or 0x2C1CAA) is unknown color: approx Ultramarine. HEX triplet: 2C, 1C and AA. RGB value is (44,28,170). Sum of RGB (Red+Green+Blue) = 44+28+170=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 170 (66.80% from 255 or 70.25% from 242); Max value from RGB is 170 - color contains mainly: blue. Hex color #2C1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1CAA is #D3E355. Grayscale: #303030. Windows color (decimal): -13886294 or 11148332. OLE color: 11148332.

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

Color convert

RGB4428170-
CMYK0.740.8400.33
HSL246.76º71.72%38.82%-
HSV(B)246.76º83.53%66.67%-
XYZ8.714.2738.4-
YUV48.97196.3124.45-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.18%
GREEN value IS 28 (11.33% from 255) = 11.57%
BLUE value IS 170 (66.80% from 255) = 70.25%
R=18.18%
G=11.57%
B=70.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44281700.740.8400.33246.7671.7238.82
Hex2C1CAA4A54021f74827
Octal543425211212404136711047
Binary1011001110010101010100101010101000100001111101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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