#28316B

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

Shades of Deep Koamaru #28316B

Tints of Deep Koamaru #28316B

Color information

#28316B (or 0x28316B) is unknown color: approx Deep Koamaru. HEX triplet: 28, 31 and 6B. RGB value is (40,49,107). Sum of RGB (Red+Green+Blue) = 40+49+107=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #28316B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28316B is #D7CE94. Grayscale: #343434. Windows color (decimal): -14143125 or 7024936. OLE color: 7024936.

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

Color convert

RGB4049107-
CMYK0.630.5400.58
HSL231.94º45.58%28.82%-
HSV(B)231.94º62.62%41.96%-
XYZ4.633.7114.38-
YUV52.92158.52118.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.41%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=20.41%
G=25%
B=54.59%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40491070.630.5400.58231.9445.5828.82
Hex28316B3F3603Ae82e1d
Octal506115377660723505635
Binary101000110001110101111111111011001110101110100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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