#2903AB

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

Shades of Ultramarine #2903AB

Tints of Ultramarine #2903AB

Color information

#2903AB (or 0x2903AB) is unknown color: approx Ultramarine. HEX triplet: 29, 03 and AB. RGB value is (41,3,171). Sum of RGB (Red+Green+Blue) = 41+3+171=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 3 (1.56% from 255 or 1.40% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #2903AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2903AB is #D6FC54. Grayscale: #202020. Windows color (decimal): -14089301 or 11207465. OLE color: 11207465.

HSL color Cylindrical-coordinate representation of color #2903AB: hue angle of 253.57º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2903AB is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB413171-
CMYK0.760.9800.33
HSL253.57º96.55%34.12%-
HSV(B)253.57º98.25%67.06%-
XYZ8.33.4838.76-
YUV33.51205.59133.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 171 (67.19% from 255) = 79.53%
R=19.07%
G=1.40%
B=79.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4131710.760.9800.33253.5796.5534.12
Hex293AB4C62021fe6122
Octal51325311414204137614142
Binary1010011110101011100110011000100100001111111101100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2903AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2903AB; }

 p { color: rgb(41,3,171); }

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

<style>
 a { background-color: #2903AB; }

 a { background-color: rgb(41,3,171); }

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

<style>
 span { border-color: #2903AB; }

 span { border-color: rgb(41,3,171); }

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