#2817A4

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

Shades of Ultramarine #2817A4

Tints of Ultramarine #2817A4

Color information

#2817A4 (or 0x2817A4) is unknown color: approx Ultramarine. HEX triplet: 28, 17 and A4. RGB value is (40,23,164). Sum of RGB (Red+Green+Blue) = 40+23+164=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 164 (64.45% from 255 or 72.25% from 227); Max value from RGB is 164 - color contains mainly: blue. Hex color #2817A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2817A4 is #D7E85B. Grayscale: #2B2B2B. Windows color (decimal): -14149724 or 10753832. OLE color: 10753832.

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

Color convert

RGB4023164-
CMYK0.760.8600.36
HSL247.23º75.4%36.67%-
HSV(B)247.23º85.98%64.31%-
XYZ7.883.7435.43-
YUV44.16195.63125.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 164 (64.45% from 255) = 72.25%
R=17.62%
G=10.13%
B=72.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40231640.760.8600.36247.2375.436.67
Hex2817A44C56024f74b25
Octal502724411412604436711345
Binary1010001011110100100100110010101100100100111101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2817A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2817A4; }

 p { color: rgb(40,23,164); }

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

<style>
 a { background-color: #2817A4; }

 a { background-color: rgb(40,23,164); }

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

<style>
 span { border-color: #2817A4; }

 span { border-color: rgb(40,23,164); }

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