#2D21A3

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

Shades of Ultramarine #2D21A3

Tints of Ultramarine #2D21A3

Color information

#2D21A3 (or 0x2D21A3) is unknown color: approx Ultramarine. HEX triplet: 2D, 21 and A3. RGB value is (45,33,163). Sum of RGB (Red+Green+Blue) = 45+33+163=241 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.67% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 163 (64.06% from 255 or 67.63% from 241); Max value from RGB is 163 - color contains mainly: blue. Hex color #2D21A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D21A3 is #D2DE5C. Grayscale: #323232. Windows color (decimal): -13819485 or 10690861. OLE color: 10690861.

HSL color Cylindrical-coordinate representation of color #2D21A3: hue angle of 245.54º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D21A3 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4533163-
CMYK0.720.8000.36
HSL245.54º66.33%38.43%-
HSV(B)245.54º79.75%63.92%-
XYZ8.244.2935.04-
YUV51.41190.98123.43-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 18.67%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 163 (64.06% from 255) = 67.63%
R=18.67%
G=13.69%
B=67.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45331630.720.8000.36245.5466.3338.43
Hex2D21A34850024f64226
Octal554124311012004436610246
Binary10110110000110100011100100010100000100100111101101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D21A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,33,163); }

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

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

 a { background-color: rgb(45,33,163); }

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

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

 span { border-color: rgb(45,33,163); }

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