#28286F

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

Shades of Deep Koamaru #28286F

Tints of Deep Koamaru #28286F

Color information

#28286F (or 0x28286F) is unknown color: approx Deep Koamaru. HEX triplet: 28, 28 and 6F. RGB value is (40,40,111). Sum of RGB (Red+Green+Blue) = 40+40+111=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 111 (43.75% from 255 or 58.12% from 191); Max value from RGB is 111 - color contains mainly: blue. Hex color #28286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28286F is #D7D790. Grayscale: #2F2F2F. Windows color (decimal): -14145425 or 7284776. OLE color: 7284776.

HSL color Cylindrical-coordinate representation of color #28286F: hue angle of 240º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28286F is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4040111-
CMYK0.640.6400.56
HSL240º47.02%29.61%-
HSV(B)240º63.96%43.53%-
XYZ4.53.1215.4-
YUV48.09163.5122.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 40 (16.02% from 255) = 20.94%
BLUE value IS 111 (43.75% from 255) = 58.12%
R=20.94%
G=20.94%
B=58.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40401110.640.6400.5624047.0229.61
Hex28286F4040038f02f1e
Octal50501571001000703605736
Binary10100010100011011111000000100000001110001111000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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