#283E48

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

Shades of Tarawera #283E48

Tints of Tarawera #283E48

Color information

#283E48 (or 0x283E48) is unknown color: approx Tarawera. HEX triplet: 28, 3E and 48. RGB value is (40,62,72). Sum of RGB (Red+Green+Blue) = 40+62+72=174 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.99% from 174); Green value is 62 (24.61% from 255 or 35.63% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 72 - color contains mainly: blue. Hex color #283E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283E48 is #D7C1B7. Grayscale: #383838. Windows color (decimal): -14139832 or 4734504. OLE color: 4734504.

HSL color Cylindrical-coordinate representation of color #283E48: hue angle of 198.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #283E48 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB406272-
CMYK0.440.1400.72
HSL198.75º28.57%21.96%-
HSV(B)198.75º44.44%28.24%-
XYZ3.774.366.77-
YUV56.56136.71116.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.99%
GREEN value IS 62 (24.61% from 255) = 35.63%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=22.99%
G=35.63%
B=41.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4062720.440.1400.72198.7528.5721.96
Hex283E482CE048c71d16
Octal5076110541601103073526
Binary1010001111101001000101100111001001000110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #283E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,62,72); }

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

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

 a { background-color: rgb(40,62,72); }

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

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

 span { border-color: rgb(40,62,72); }

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