#2800AF

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

Shades of Ultramarine #2800AF

Tints of Ultramarine #2800AF

Color information

#2800AF (or 0x2800AF) is unknown color: approx Ultramarine. HEX triplet: 28, 00 and AF. RGB value is (40,0,175). Sum of RGB (Red+Green+Blue) = 40+0+175=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 175 (68.75% from 255 or 81.40% from 215); Max value from RGB is 175 - color contains mainly: blue. Hex color #2800AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2800AF is #D7FF50. Grayscale: #1F1F1F. Windows color (decimal): -14155601 or 11468840. OLE color: 11468840.

HSL color Cylindrical-coordinate representation of color #2800AF: hue angle of 253.71º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2800AF is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB400175-
CMYK0.77100.31
HSL253.71º100%34.31%-
HSV(B)253.71º100%68.63%-
XYZ8.613.5540.79-
YUV31.91208.75133.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 81.40%
R=18.60%
G=0%
B=81.40%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4001750.77100.31253.7110034.31
Hex280AF4D6401Ffe6422
Octal50025711514403737614442
Binary10100001010111110011011100100011111111111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2800AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2800AF; }

 p { color: rgb(40,0,175); }

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

<style>
 a { background-color: #2800AF; }

 a { background-color: rgb(40,0,175); }

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

<style>
 span { border-color: #2800AF; }

 span { border-color: rgb(40,0,175); }

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