#282E72

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

Shades of Deep Koamaru #282E72

Tints of Deep Koamaru #282E72

Color information

#282E72 (or 0x282E72) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2E and 72. RGB value is (40,46,114). Sum of RGB (Red+Green+Blue) = 40+46+114=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 114 (44.92% from 255 or 57% from 200); Max value from RGB is 114 - color contains mainly: blue. Hex color #282E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E72 is #D7D18D. Grayscale: #333333. Windows color (decimal): -14143886 or 7482920. OLE color: 7482920.

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

Color convert

RGB4046114-
CMYK0.650.6000.55
HSL235.14º48.05%30.2%-
HSV(B)235.14º64.91%44.71%-
XYZ4.893.6216.36-
YUV51.96163.01119.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 114 (44.92% from 255) = 57%
R=20%
G=23%
B=57%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40461140.650.6000.55235.1448.0530.2
Hex282E72413C037eb301e
Octal5056162101740673536036
Binary1010001011101110010100000111110001101111110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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