#2910AF

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

Shades of Ultramarine #2910AF

Tints of Ultramarine #2910AF

Color information

#2910AF (or 0x2910AF) is unknown color: approx Ultramarine. HEX triplet: 29, 10 and AF. RGB value is (41,16,175). Sum of RGB (Red+Green+Blue) = 41+16+175=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 175 (68.75% from 255 or 75.43% from 232); Max value from RGB is 175 - color contains mainly: blue. Hex color #2910AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2910AF is #D6EF50. Grayscale: #282828. Windows color (decimal): -14085969 or 11472937. OLE color: 11472937.

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

Color convert

RGB4116175-
CMYK0.770.9100.31
HSL249.43º83.25%37.45%-
HSV(B)249.43º90.86%68.63%-
XYZ8.843.9440.85-
YUV41.6203.28127.57-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.67%
GREEN value IS 16 (6.64% from 255) = 6.90%
BLUE value IS 175 (68.75% from 255) = 75.43%
R=17.67%
G=6.90%
B=75.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal41161750.770.9100.31249.4383.2537.45
Hex2910AF4D5B01Ff95325
Octal512025711513303737112345
Binary101001100001010111110011011011011011111111110011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2910AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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