#282C6D

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

Shades of Deep Koamaru #282C6D

Tints of Deep Koamaru #282C6D

Color information

#282C6D (or 0x282C6D) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2C and 6D. RGB value is (40,44,109). Sum of RGB (Red+Green+Blue) = 40+44+109=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 44 (17.58% from 255 or 22.80% from 193); Blue value is 109 (42.97% from 255 or 56.48% from 193); Max value from RGB is 109 - color contains mainly: blue. Hex color #282C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282C6D is #D7D392. Grayscale: #313131. Windows color (decimal): -14144403 or 7154728. OLE color: 7154728.

HSL color Cylindrical-coordinate representation of color #282C6D: hue angle of 236.52º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #282C6D is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4044109-
CMYK0.630.6000.57
HSL236.52º46.31%29.22%-
HSV(B)236.52º63.3%42.75%-
XYZ4.543.3614.88-
YUV50.21161.17120.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 44 (17.58% from 255) = 22.80%
BLUE value IS 109 (42.97% from 255) = 56.48%
R=20.73%
G=22.80%
B=56.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40441090.630.6000.57236.5246.3129.22
Hex282C6D3F3C039ed2e1d
Octal505415577740713555635
Binary101000101100110110111111111110001110011110110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,44,109); }

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

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

 a { background-color: rgb(40,44,109); }

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

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

 span { border-color: rgb(40,44,109); }

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