#28276D

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

Shades of Deep Koamaru #28276D

Tints of Deep Koamaru #28276D

Color information

#28276D (or 0x28276D) is unknown color: approx Deep Koamaru. HEX triplet: 28, 27 and 6D. RGB value is (40,39,109). Sum of RGB (Red+Green+Blue) = 40+39+109=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #28276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28276D is #D7D892. Grayscale: #2F2F2F. Windows color (decimal): -14145683 or 7153448. OLE color: 7153448.

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

Color convert

RGB4039109-
CMYK0.630.6400.57
HSL240.86º47.3%29.02%-
HSV(B)240.86º64.22%42.75%-
XYZ4.363.0114.82-
YUV47.28162.83122.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 109 (42.97% from 255) = 57.98%
R=21.28%
G=20.74%
B=57.98%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40391090.630.6400.57240.8647.329.02
Hex28276D3F40039f12f1d
Octal5047155771000713615735
Binary1010001001111101101111111100000001110011111000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28276D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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