#2900AF

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

Shades of Ultramarine #2900AF

Tints of Ultramarine #2900AF

Color information

#2900AF (or 0x2900AF) is unknown color: approx Ultramarine. HEX triplet: 29, 00 and AF. RGB value is (41,0,175). Sum of RGB (Red+Green+Blue) = 41+0+175=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #2900AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2900AF is #D6FF50. Grayscale: #1F1F1F. Windows color (decimal): -14090065 or 11468841. OLE color: 11468841.

HSL color Cylindrical-coordinate representation of color #2900AF: hue angle of 254.06º 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 #2900AF is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB410175-
CMYK0.77100.31
HSL254.06º100%34.31%-
HSV(B)254.06º100%68.63%-
XYZ8.653.5740.79-
YUV32.21208.58134.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 175 (68.75% from 255) = 81.02%
R=18.98%
G=0%
B=81.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal4101750.77100.31254.0610034.31
Hex290AF4D6401Ffe6422
Octal51025711514403737614442
Binary10100101010111110011011100100011111111111101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2900AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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