#282E66

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

Shades of Deep Koamaru #282E66

Tints of Deep Koamaru #282E66

Color information

#282E66 (or 0x282E66) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2E and 66. RGB value is (40,46,102). Sum of RGB (Red+Green+Blue) = 40+46+102=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #282E66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E66 is #D7D199. Grayscale: #323232. Windows color (decimal): -14143898 or 6696488. OLE color: 6696488.

HSL color Cylindrical-coordinate representation of color #282E66: hue angle of 234.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #282E66 is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4046102-
CMYK0.610.5500.6
HSL234.19º43.66%27.84%-
HSV(B)234.19º60.78%40%-
XYZ4.253.3613-
YUV50.59157.01120.45-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.28%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 102 (40.23% from 255) = 54.26%
R=21.28%
G=24.47%
B=54.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40461020.610.5500.6234.1943.6627.84
Hex282E663D3703Cea2c1c
Octal505614675670743525434
Binary101000101110110011011110111011101111001110101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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