#28296B

Color #28296B Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #28296B

Tints of Deep Koamaru #28296B

Color information

#28296B (or 0x28296B) is unknown color: approx Deep Koamaru. HEX triplet: 28, 29 and 6B. RGB value is (40,41,107). Sum of RGB (Red+Green+Blue) = 40+41+107=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #28296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28296B is #D7D694. Grayscale: #2F2F2F. Windows color (decimal): -14145173 or 7022888. OLE color: 7022888.

HSL color Cylindrical-coordinate representation of color #28296B: hue angle of 239.1º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28296B is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4041107-
CMYK0.630.6200.58
HSL239.1º45.58%28.82%-
HSV(B)239.1º62.62%41.96%-
XYZ4.323.114.28-
YUV48.22161.17122.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 107 (42.19% from 255) = 56.91%
R=21.28%
G=21.81%
B=56.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40411070.630.6200.58239.145.5828.82
Hex28296B3F3E03Aef2e1d
Octal505115377760723575635
Binary101000101001110101111111111111001110101110111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28296B; }

 p { color: rgb(40,41,107); }

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

<style>
 a { background-color: #28296B; }

 a { background-color: rgb(40,41,107); }

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

<style>
 span { border-color: #28296B; }

 span { border-color: rgb(40,41,107); }

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