#28238D

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

Shades of Ultramarine #28238D

Tints of Ultramarine #28238D

Color information

#28238D (or 0x28238D) is unknown color: approx Ultramarine. HEX triplet: 28, 23 and 8D. RGB value is (40,35,141). Sum of RGB (Red+Green+Blue) = 40+35+141=216 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.52% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #28238D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28238D is #D7DC72. Grayscale: #303030. Windows color (decimal): -14146675 or 9249576. OLE color: 9249576.

HSL color Cylindrical-coordinate representation of color #28238D: hue angle of 242.83º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28238D is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4035141-
CMYK0.720.7500.45
HSL242.83º60.23%34.51%-
HSV(B)242.83º75.18%55.29%-
XYZ6.283.5825.56-
YUV48.58180.16121.88-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 18.52%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 141 (55.47% from 255) = 65.28%
R=18.52%
G=16.20%
B=65.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal40351410.720.7500.45242.8360.2334.51
Hex28238D484B02Df33c23
Octal50432151101130553637443
Binary1010001000111000110110010001001011010110111110011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28238D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28238D; }

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

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

<style>
 a { background-color: #28238D; }

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

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

<style>
 span { border-color: #28238D; }

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

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