#283C4A

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

Shades of Tarawera #283C4A

Tints of Tarawera #283C4A

Color information

#283C4A (or 0x283C4A) is unknown color: approx Tarawera. HEX triplet: 28, 3C and 4A. RGB value is (40,60,74). Sum of RGB (Red+Green+Blue) = 40+60+74=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 74 (29.30% from 255 or 42.53% from 174); Max value from RGB is 74 - color contains mainly: blue. Hex color #283C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C4A is #D7C3B5. Grayscale: #373737. Windows color (decimal): -14140342 or 4865064. OLE color: 4865064.

HSL color Cylindrical-coordinate representation of color #283C4A: hue angle of 204.71º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #283C4A is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB406074-
CMYK0.460.1900.71
HSL204.71º29.82%22.35%-
HSV(B)204.71º45.95%29.02%-
XYZ3.734.187.09-
YUV55.62138.37116.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 74 (29.30% from 255) = 42.53%
R=22.99%
G=34.48%
B=42.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4060740.460.1900.71204.7129.8222.35
Hex283C4A2E13047cd1e16
Octal5074112562301073153626
Binary10100011110010010101011101001101000111110011011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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