#28239C

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

Shades of Ultramarine #28239C

Tints of Ultramarine #28239C

Color information

#28239C (or 0x28239C) is unknown color: approx Ultramarine. HEX triplet: 28, 23 and 9C. RGB value is (40,35,156). Sum of RGB (Red+Green+Blue) = 40+35+156=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #28239C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28239C is #D7DC63. Grayscale: #313131. Windows color (decimal): -14146660 or 10232616. OLE color: 10232616.

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

Color convert

RGB4035156-
CMYK0.740.7800.39
HSL242.48º63.35%37.45%-
HSV(B)242.48º77.56%61.18%-
XYZ7.484.0531.84-
YUV50.29187.66120.66-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 156 (61.33% from 255) = 67.53%
R=17.32%
G=15.15%
B=67.53%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal40351560.740.7800.39242.4863.3537.45
Hex28239C4A4E027f23f25
Octal50432341121160473627745
Binary1010001000111001110010010101001110010011111110010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28239C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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