#2814AF

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

Shades of Ultramarine #2814AF

Tints of Ultramarine #2814AF

Color information

#2814AF (or 0x2814AF) is unknown color: approx Ultramarine. HEX triplet: 28, 14 and AF. RGB value is (40,20,175). Sum of RGB (Red+Green+Blue) = 40+20+175=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 175 (68.75% from 255 or 74.47% from 235); Max value from RGB is 175 - color contains mainly: blue. Hex color #2814AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2814AF is #D7EB50. Grayscale: #2B2B2B. Windows color (decimal): -14150481 or 11473960. OLE color: 11473960.

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

Color convert

RGB4020175-
CMYK0.770.8900.31
HSL247.74º79.49%38.24%-
HSV(B)247.74º88.57%68.63%-
XYZ8.864.0540.87-
YUV43.65202.13125.4-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.02%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 175 (68.75% from 255) = 74.47%
R=17.02%
G=8.51%
B=74.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40201750.770.8900.31247.7479.4938.24
Hex2814AF4D5901Ff84f26
Octal502425711513103737011746
Binary101000101001010111110011011011001011111111110001001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2814AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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