#2803AB

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

Shades of Ultramarine #2803AB

Tints of Ultramarine #2803AB

Color information

#2803AB (or 0x2803AB) is unknown color: approx Ultramarine. HEX triplet: 28, 03 and AB. RGB value is (40,3,171). Sum of RGB (Red+Green+Blue) = 40+3+171=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #2803AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2803AB is #D7FC54. Grayscale: #202020. Windows color (decimal): -14154837 or 11207464. OLE color: 11207464.

HSL color Cylindrical-coordinate representation of color #2803AB: hue angle of 253.21º 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 #2803AB is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB403171-
CMYK0.770.9800.33
HSL253.21º96.55%34.12%-
HSV(B)253.21º98.25%67.06%-
XYZ8.263.4638.76-
YUV33.21205.76132.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.69%
GREEN value IS 3 (1.56% from 255) = 1.40%
BLUE value IS 171 (67.19% from 255) = 79.91%
R=18.69%
G=1.40%
B=79.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal4031710.770.9800.33253.2196.5534.12
Hex283AB4D62021fd6122
Octal50325311514204137514142
Binary1010001110101011100110111000100100001111111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2803AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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