#283165

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

Shades of Deep Koamaru #283165

Tints of Deep Koamaru #283165

Color information

#283165 (or 0x283165) is unknown color: approx Deep Koamaru. HEX triplet: 28, 31 and 65. RGB value is (40,49,101). Sum of RGB (Red+Green+Blue) = 40+49+101=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #283165 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283165 is #D7CE9A. Grayscale: #343434. Windows color (decimal): -14143131 or 6631720. OLE color: 6631720.

HSL color Cylindrical-coordinate representation of color #283165: hue angle of 231.15º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #283165 is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4049101-
CMYK0.600.5100.60
HSL231.15º43.26%27.65%-
HSV(B)231.15º60.4%39.61%-
XYZ4.323.5912.78-
YUV52.24155.52119.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.05%
GREEN value IS 49 (19.53% from 255) = 25.79%
BLUE value IS 101 (39.84% from 255) = 53.16%
R=21.05%
G=25.79%
B=53.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40491010.600.5100.60231.1543.2627.65
Hex2831653C3303Ce72b1c
Octal506114574630743475334
Binary101000110001110010111110011001101111001110011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283165; }

 p { color: rgb(40,49,101); }

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

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

 a { background-color: rgb(40,49,101); }

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

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

 span { border-color: rgb(40,49,101); }

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