#28249C

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

Shades of Ultramarine #28249C

Tints of Ultramarine #28249C

Color information

#28249C (or 0x28249C) is unknown color: approx Ultramarine. HEX triplet: 28, 24 and 9C. RGB value is (40,36,156). Sum of RGB (Red+Green+Blue) = 40+36+156=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 36 (14.45% from 255 or 15.52% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #28249C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28249C is #D7DB63. Grayscale: #323232. Windows color (decimal): -14146404 or 10232872. OLE color: 10232872.

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

Color convert

RGB4036156-
CMYK0.740.7700.39
HSL242º62.5%37.65%-
HSV(B)242º76.92%61.18%-
XYZ7.514.1131.85-
YUV50.88187.33120.24-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 36 (14.45% from 255) = 15.52%
BLUE value IS 156 (61.33% from 255) = 67.24%
R=17.24%
G=15.52%
B=67.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40361560.740.7700.3924262.537.65
Hex28249C4A4D027f23e26
Octal50442341121150473627646
Binary1010001001001001110010010101001101010011111110010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28249C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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