#283C45

Color #283C45 Tarawera (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tarawera #283C45

Tints of Tarawera #283C45

Color information

#283C45 (or 0x283C45) is unknown color: approx Tarawera. HEX triplet: 28, 3C and 45. RGB value is (40,60,69). Sum of RGB (Red+Green+Blue) = 40+60+69=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 69 (27.34% from 255 or 40.83% from 169); Max value from RGB is 69 - color contains mainly: blue. Hex color #283C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C45 is #D7C3BA. Grayscale: #363636. Windows color (decimal): -14140347 or 4537384. OLE color: 4537384.

HSL color Cylindrical-coordinate representation of color #283C45: hue angle of 198.62º degrees, saturation: 0.27, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #283C45 is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB406069-
CMYK0.420.1300.73
HSL198.62º26.61%21.37%-
HSV(B)198.62º42.03%27.06%-
XYZ3.574.116.24-
YUV55.05135.87117.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.67%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 69 (27.34% from 255) = 40.83%
R=23.67%
G=35.50%
B=40.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4060690.420.1300.73198.6226.6121.37
Hex283C452AD049c71b15
Octal5074105521501113073325
Binary1010001111001000101101010110101001001110001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #283C45; }

 p { color: rgb(40,60,69); }

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

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

 a { background-color: rgb(40,60,69); }

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

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

 span { border-color: rgb(40,60,69); }

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