#2818A7

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

Shades of Ultramarine #2818A7

Tints of Ultramarine #2818A7

Color information

#2818A7 (or 0x2818A7) is unknown color: approx Ultramarine. HEX triplet: 28, 18 and A7. RGB value is (40,24,167). Sum of RGB (Red+Green+Blue) = 40+24+167=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 167 (65.62% from 255 or 72.29% from 231); Max value from RGB is 167 - color contains mainly: blue. Hex color #2818A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2818A7 is #D7E758. Grayscale: #2C2C2C. Windows color (decimal): -14149465 or 10950696. OLE color: 10950696.

HSL color Cylindrical-coordinate representation of color #2818A7: hue angle of 246.71º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2818A7 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB4024167-
CMYK0.760.8600.35
HSL246.71º74.87%37.45%-
HSV(B)246.71º85.63%65.49%-
XYZ8.183.8936.88-
YUV45.09196.8124.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 167 (65.62% from 255) = 72.29%
R=17.32%
G=10.39%
B=72.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal40241670.760.8600.35246.7174.8737.45
Hex2818A74C56023f74b25
Octal503024711412604336711345
Binary1010001100010100111100110010101100100011111101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2818A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2818A7; }

 p { color: rgb(40,24,167); }

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

<style>
 a { background-color: #2818A7; }

 a { background-color: rgb(40,24,167); }

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

<style>
 span { border-color: #2818A7; }

 span { border-color: rgb(40,24,167); }

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