#282E6A

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

Shades of Deep Koamaru #282E6A

Tints of Deep Koamaru #282E6A

Color information

#282E6A (or 0x282E6A) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2E and 6A. RGB value is (40,46,106). Sum of RGB (Red+Green+Blue) = 40+46+106=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #282E6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E6A is #D7D195. Grayscale: #323232. Windows color (decimal): -14143894 or 6958632. OLE color: 6958632.

HSL color Cylindrical-coordinate representation of color #282E6A: hue angle of 234.55º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #282E6A is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4046106-
CMYK0.620.5700.58
HSL234.55º45.21%28.63%-
HSV(B)234.55º62.26%41.57%-
XYZ4.453.4514.07-
YUV51.05159.01120.12-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.83%
GREEN value IS 46 (18.36% from 255) = 23.96%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=20.83%
G=23.96%
B=55.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40461060.620.5700.58234.5545.2128.63
Hex282E6A3E3903Aeb2d1d
Octal505615276710723535535
Binary101000101110110101011111011100101110101110101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282E6A; }

 p { color: rgb(40,46,106); }

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

<style>
 a { background-color: #282E6A; }

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

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

<style>
 span { border-color: #282E6A; }

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

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