#28286E

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

Shades of Deep Koamaru #28286E

Tints of Deep Koamaru #28286E

Color information

#28286E (or 0x28286E) is unknown color: approx Deep Koamaru. HEX triplet: 28, 28 and 6E. RGB value is (40,40,110). Sum of RGB (Red+Green+Blue) = 40+40+110=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 40 (16.02% from 255 or 21.05% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #28286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28286E is #D7D791. Grayscale: #2F2F2F. Windows color (decimal): -14145426 or 7219240. OLE color: 7219240.

HSL color Cylindrical-coordinate representation of color #28286E: hue angle of 240º 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 #28286E is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4040110-
CMYK0.640.6400.57
HSL240º46.67%29.41%-
HSV(B)240º63.64%43.14%-
XYZ4.453.0915.11-
YUV47.98163122.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 40 (16.02% from 255) = 21.05%
BLUE value IS 110 (43.36% from 255) = 57.89%
R=21.05%
G=21.05%
B=57.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40401100.640.6400.5724046.6729.41
Hex28286E4040039f02f1d
Octal50501561001000713605735
Binary10100010100011011101000000100000001110011111000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28286E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28286E; }

 p { color: rgb(40,40,110); }

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

<style>
 a { background-color: #28286E; }

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

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

<style>
 span { border-color: #28286E; }

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

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