#28316C

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

Shades of Deep Koamaru #28316C

Tints of Deep Koamaru #28316C

Color information

#28316C (or 0x28316C) is unknown color: approx Deep Koamaru. HEX triplet: 28, 31 and 6C. RGB value is (40,49,108). Sum of RGB (Red+Green+Blue) = 40+49+108=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #28316C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316C is #D7CE93. Grayscale: #343434. Windows color (decimal): -14143124 or 7090472. OLE color: 7090472.

HSL color Cylindrical-coordinate representation of color #28316C: hue angle of 232.06º 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 #28316C is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4049108-
CMYK0.630.5500.58
HSL232.06º45.95%29.02%-
HSV(B)232.06º62.96%42.35%-
XYZ4.683.7314.66-
YUV53.04159.02118.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.30%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=20.30%
G=24.87%
B=54.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40491080.630.5500.58232.0645.9529.02
Hex28316C3F3703Ae82e1d
Octal506115477670723505635
Binary101000110001110110011111111011101110101110100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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