#282D61

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

Shades of Deep Koamaru #282D61

Tints of Deep Koamaru #282D61

Color information

#282D61 (or 0x282D61) is unknown color: approx Deep Koamaru. HEX triplet: 28, 2D and 61. RGB value is (40,45,97). Sum of RGB (Red+Green+Blue) = 40+45+97=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #282D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282D61 is #D7D29E. Grayscale: #313131. Windows color (decimal): -14144159 or 6368552. OLE color: 6368552.

HSL color Cylindrical-coordinate representation of color #282D61: hue angle of 234.74º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #282D61 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB404597-
CMYK0.590.5400.62
HSL234.74º41.61%26.86%-
HSV(B)234.74º58.76%38.04%-
XYZ3.973.1911.72-
YUV49.43154.84121.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.98%
GREEN value IS 45 (17.97% from 255) = 24.73%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=21.98%
G=24.73%
B=53.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4045970.590.5400.62234.7441.6126.86
Hex282D613B3603Eeb2a1b
Octal505514173660763535233
Binary101000101101110000111101111011001111101110101110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,45,97); }

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

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

 a { background-color: rgb(40,45,97); }

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

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

 span { border-color: rgb(40,45,97); }

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