#282E73

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

Shades of Deep Koamaru #282E73

Tints of Deep Koamaru #282E73

Color information

#282E73 (or 0x282E73) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2E and 73. RGB value is (40,46,115). Sum of RGB (Red+Green+Blue) = 40+46+115=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 46 (18.36% from 255 or 22.89% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #282E73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E73 is #D7D18C. Grayscale: #333333. Windows color (decimal): -14143885 or 7548456. OLE color: 7548456.

HSL color Cylindrical-coordinate representation of color #282E73: hue angle of 235.2º 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 #282E73 is Cyan = 0.65, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4046115-
CMYK0.650.600.55
HSL235.2º48.39%30.39%-
HSV(B)235.2º65.22%45.1%-
XYZ4.953.6416.66-
YUV52.07163.51119.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 19.90%
GREEN value IS 46 (18.36% from 255) = 22.89%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=19.90%
G=22.89%
B=57.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40461150.650.600.55235.248.3930.39
Hex282E73413C037eb301e
Octal5056163101740673536036
Binary1010001011101110011100000111110001101111110101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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