#2818A2

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

Shades of Ultramarine #2818A2

Tints of Ultramarine #2818A2

Color information

#2818A2 (or 0x2818A2) is unknown color: approx Ultramarine. HEX triplet: 28, 18 and A2. RGB value is (40,24,162). Sum of RGB (Red+Green+Blue) = 40+24+162=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 162 (63.67% from 255 or 71.68% from 226); Max value from RGB is 162 - color contains mainly: blue. Hex color #2818A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2818A2 is #D7E75D. Grayscale: #2B2B2B. Windows color (decimal): -14149470 or 10623016. OLE color: 10623016.

HSL color Cylindrical-coordinate representation of color #2818A2: hue angle of 246.96º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2818A2 is Cyan = 0.75, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4024162-
CMYK0.750.8500.36
HSL246.96º74.19%36.47%-
HSV(B)246.96º85.19%63.53%-
XYZ7.723.7134.49-
YUV44.52194.3124.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 24 (9.77% from 255) = 10.62%
BLUE value IS 162 (63.67% from 255) = 71.68%
R=17.70%
G=10.62%
B=71.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40241620.750.8500.36246.9674.1936.47
Hex2818A24B55024f74a24
Octal503024211312504436711244
Binary1010001100010100010100101110101010100100111101111001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2818A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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