#282970

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

Shades of Deep Koamaru #282970

Tints of Deep Koamaru #282970

Color information

#282970 (or 0x282970) is unknown color: approx Deep Koamaru. HEX triplet: 28, 29 and 70. RGB value is (40,41,112). Sum of RGB (Red+Green+Blue) = 40+41+112=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #282970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282970 is #D7D68F. Grayscale: #303030. Windows color (decimal): -14145168 or 7350568. OLE color: 7350568.

HSL color Cylindrical-coordinate representation of color #282970: hue angle of 239.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #282970 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4041112-
CMYK0.640.6300.56
HSL239.17º47.37%29.8%-
HSV(B)239.17º64.29%43.92%-
XYZ4.593.2115.71-
YUV48.8163.67121.73-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.73%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 112 (44.14% from 255) = 58.03%
R=20.73%
G=21.24%
B=58.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40411120.640.6300.56239.1747.3729.8
Hex282970403F038ef2f1e
Octal5051160100770703575736
Binary1010001010011110000100000011111101110001110111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282970; }

 p { color: rgb(40,41,112); }

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

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

 a { background-color: rgb(40,41,112); }

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

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

 span { border-color: rgb(40,41,112); }

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