#282E71

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

Shades of Deep Koamaru #282E71

Tints of Deep Koamaru #282E71

Color information

#282E71 (or 0x282E71) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2E and 71. RGB value is (40,46,113). Sum of RGB (Red+Green+Blue) = 40+46+113=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 113 (44.53% from 255 or 56.78% from 199); Max value from RGB is 113 - color contains mainly: blue. Hex color #282E71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E71 is #D7D18E. Grayscale: #333333. Windows color (decimal): -14143887 or 7417384. OLE color: 7417384.

HSL color Cylindrical-coordinate representation of color #282E71: hue angle of 235.07º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #282E71 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4046113-
CMYK0.650.5900.56
HSL235.07º47.71%30%-
HSV(B)235.07º64.6%44.31%-
XYZ4.833.616.06-
YUV51.84162.51119.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.10%
GREEN value IS 46 (18.36% from 255) = 23.12%
BLUE value IS 113 (44.53% from 255) = 56.78%
R=20.10%
G=23.12%
B=56.78%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40461130.650.5900.56235.0747.7130
Hex282E71413B038eb301e
Octal5056161101730703536036
Binary1010001011101110001100000111101101110001110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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