#2920A1

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

Shades of Ultramarine #2920A1

Tints of Ultramarine #2920A1

Color information

#2920A1 (or 0x2920A1) is unknown color: approx Ultramarine. HEX triplet: 29, 20 and A1. RGB value is (41,32,161). Sum of RGB (Red+Green+Blue) = 41+32+161=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 32 (12.89% from 255 or 13.68% from 234); Blue value is 161 (63.28% from 255 or 68.80% from 234); Max value from RGB is 161 - color contains mainly: blue. Hex color #2920A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2920A1 is #D6DF5E. Grayscale: #303030. Windows color (decimal): -14081887 or 10559529. OLE color: 10559529.

HSL color Cylindrical-coordinate representation of color #2920A1: hue angle of 244.19º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2920A1 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4132161-
CMYK0.750.8000.37
HSL244.19º66.84%37.84%-
HSV(B)244.19º80.12%63.14%-
XYZ7.864.0834.09-
YUV49.4190.98122.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 32 (12.89% from 255) = 13.68%
BLUE value IS 161 (63.28% from 255) = 68.80%
R=17.52%
G=13.68%
B=68.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41321610.750.8000.37244.1966.8437.84
Hex2920A14B50025f44326
Octal514024111312004536410346
Binary10100110000010100001100101110100000100101111101001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2920A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2920A1; }

 p { color: rgb(41,32,161); }

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

<style>
 a { background-color: #2920A1; }

 a { background-color: rgb(41,32,161); }

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

<style>
 span { border-color: #2920A1; }

 span { border-color: rgb(41,32,161); }

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