#28229C

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

Shades of Ultramarine #28229C

Tints of Ultramarine #28229C

Color information

#28229C (or 0x28229C) is unknown color: approx Ultramarine. HEX triplet: 28, 22 and 9C. RGB value is (40,34,156). Sum of RGB (Red+Green+Blue) = 40+34+156=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 156 (61.33% from 255 or 67.83% from 230); Max value from RGB is 156 - color contains mainly: blue. Hex color #28229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28229C is #D7DD63. Grayscale: #313131. Windows color (decimal): -14146916 or 10232360. OLE color: 10232360.

HSL color Cylindrical-coordinate representation of color #28229C: hue angle of 242.95º degrees, saturation: 0.64, 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 #28229C is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB4034156-
CMYK0.740.7800.39
HSL242.95º64.21%37.25%-
HSV(B)242.95º78.21%61.18%-
XYZ7.45431.83-
YUV49.7187.99121.08-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.39%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 156 (61.33% from 255) = 67.83%
R=17.39%
G=14.78%
B=67.83%

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
Decimal40341560.740.7800.39242.9564.2137.25
Hex28229C4A4E027f34025
Octal504223411211604736310045
Binary10100010001010011100100101010011100100111111100111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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