#282E63

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

Shades of Deep Koamaru #282E63

Tints of Deep Koamaru #282E63

Color information

#282E63 (or 0x282E63) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2E and 63. RGB value is (40,46,99). Sum of RGB (Red+Green+Blue) = 40+46+99=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 46 (18.36% from 255 or 24.86% from 185); Blue value is 99 (39.06% from 255 or 53.51% from 185); Max value from RGB is 99 - color contains mainly: blue. Hex color #282E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282E63 is #D7D19C. Grayscale: #323232. Windows color (decimal): -14143901 or 6499880. OLE color: 6499880.

HSL color Cylindrical-coordinate representation of color #282E63: hue angle of 233.9º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #282E63 is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB404699-
CMYK0.600.5400.61
HSL233.9º42.45%27.25%-
HSV(B)233.9º59.6%38.82%-
XYZ4.13.3112.23-
YUV50.25155.51120.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.62%
GREEN value IS 46 (18.36% from 255) = 24.86%
BLUE value IS 99 (39.06% from 255) = 53.51%
R=21.62%
G=24.86%
B=53.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4046990.600.5400.61233.942.4527.25
Hex282E633C3603Dea2a1b
Octal505614374660753525233
Binary101000101110110001111110011011001111011110101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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