#28209C

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

Shades of Ultramarine #28209C

Tints of Ultramarine #28209C

Color information

#28209C (or 0x28209C) is unknown color: approx Ultramarine. HEX triplet: 28, 20 and 9C. RGB value is (40,32,156). Sum of RGB (Red+Green+Blue) = 40+32+156=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #28209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28209C is #D7DF63. Grayscale: #303030. Windows color (decimal): -14147428 or 10231848. OLE color: 10231848.

HSL color Cylindrical-coordinate representation of color #28209C: hue angle of 243.87º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28209C is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4032156-
CMYK0.740.7900.39
HSL243.87º65.96%36.86%-
HSV(B)243.87º79.49%61.18%-
XYZ7.393.8831.81-
YUV48.53188.65121.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 156 (61.33% from 255) = 68.42%
R=17.54%
G=14.04%
B=68.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40321560.740.7900.39243.8765.9636.86
Hex28209C4A4F027f44225
Octal504023411211704736410245
Binary10100010000010011100100101010011110100111111101001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28209C; }

 p { color: rgb(40,32,156); }

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

<style>
 a { background-color: #28209C; }

 a { background-color: rgb(40,32,156); }

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

<style>
 span { border-color: #28209C; }

 span { border-color: rgb(40,32,156); }

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