#28316D

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

Shades of Deep Koamaru #28316D

Tints of Deep Koamaru #28316D

Color information

#28316D (or 0x28316D) is unknown color: approx Deep Koamaru. HEX triplet: 28, 31 and 6D. RGB value is (40,49,109). Sum of RGB (Red+Green+Blue) = 40+49+109=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 49 (19.53% from 255 or 24.75% from 198); Blue value is 109 (42.97% from 255 or 55.05% from 198); Max value from RGB is 109 - color contains mainly: blue. Hex color #28316D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316D is #D7CE92. Grayscale: #343434. Windows color (decimal): -14143123 or 7156008. OLE color: 7156008.

HSL color Cylindrical-coordinate representation of color #28316D: hue angle of 232.17º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28316D is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4049109-
CMYK0.630.5500.57
HSL232.17º46.31%29.22%-
HSV(B)232.17º63.3%42.75%-
XYZ4.733.7514.94-
YUV53.15159.52118.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.20%
GREEN value IS 49 (19.53% from 255) = 24.75%
BLUE value IS 109 (42.97% from 255) = 55.05%
R=20.20%
G=24.75%
B=55.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40491090.630.5500.57232.1746.3129.22
Hex28316D3F37039e82e1d
Octal506115577670713505635
Binary101000110001110110111111111011101110011110100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,49,109); }

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

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

 a { background-color: rgb(40,49,109); }

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

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

 span { border-color: rgb(40,49,109); }

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