#2D1CAA

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

Shades of Ultramarine #2D1CAA

Tints of Ultramarine #2D1CAA

Color information

#2D1CAA (or 0x2D1CAA) is unknown color: approx Ultramarine. HEX triplet: 2D, 1C and AA. RGB value is (45,28,170). Sum of RGB (Red+Green+Blue) = 45+28+170=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 28 (11.33% from 255 or 11.52% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #2D1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D1CAA is #D2E355. Grayscale: #303030. Windows color (decimal): -13820758 or 11148333. OLE color: 11148333.

HSL color Cylindrical-coordinate representation of color #2D1CAA: hue angle of 247.18º 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 #2D1CAA is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4528170-
CMYK0.740.8400.33
HSL247.18º71.72%38.82%-
HSV(B)247.18º83.53%66.67%-
XYZ8.754.2938.4-
YUV49.27196.13124.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.52%
GREEN value IS 28 (11.33% from 255) = 11.52%
BLUE value IS 170 (66.80% from 255) = 69.96%
R=18.52%
G=11.52%
B=69.96%

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
Decimal45281700.740.8400.33247.1871.7238.82
Hex2D1CAA4A54021f74827
Octal553425211212404136711047
Binary1011011110010101010100101010101000100001111101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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