#283063

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

Shades of Deep Koamaru #283063

Tints of Deep Koamaru #283063

Color information

#283063 (or 0x283063) is unknown color: approx Deep Koamaru. HEX triplet: 28, 30 and 63. RGB value is (40,48,99). Sum of RGB (Red+Green+Blue) = 40+48+99=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 48 (19.14% from 255 or 25.67% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #283063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283063 is #D7CF9C. Grayscale: #333333. Windows color (decimal): -14143389 or 6500392. OLE color: 6500392.

HSL color Cylindrical-coordinate representation of color #283063: hue angle of 231.86º 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 #283063 is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB404899-
CMYK0.600.5200.61
HSL231.86º42.45%27.25%-
HSV(B)231.86º59.6%38.82%-
XYZ4.183.4712.25-
YUV51.42154.85119.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 48 (19.14% from 255) = 25.67%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=21.39%
G=25.67%
B=52.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4048990.600.5200.61231.8642.4527.25
Hex2830633C3403De82a1b
Octal506014374640753505233
Binary101000110000110001111110011010001111011110100010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283063; }

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

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

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

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

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

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

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

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