#263946

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

Shades of Tarawera #263946

Tints of Tarawera #263946

Color information

#263946 (or 0x263946) is unknown color: approx Tarawera. HEX triplet: 26, 39 and 46. RGB value is (38,57,70). Sum of RGB (Red+Green+Blue) = 38+57+70=165 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.03% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 70 (27.73% from 255 or 42.42% from 165); Max value from RGB is 70 - color contains mainly: blue. Hex color #263946 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263946 is #D9C6B9. Grayscale: #343434. Windows color (decimal): -14272186 or 4602150. OLE color: 4602150.

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

Color convert

RGB385770-
CMYK0.460.1900.73
HSL204.38º29.63%21.18%-
HSV(B)204.38º45.71%27.45%-
XYZ3.373.786.35-
YUV52.8137.71117.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.03%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 70 (27.73% from 255) = 42.42%
R=23.03%
G=34.55%
B=42.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3857700.460.1900.73204.3829.6321.18
Hex2639462E13049cc1e15
Octal4671106562301113143625
Binary10011011100110001101011101001101001001110011001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263946; }

 p { color: rgb(38,57,70); }

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

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

 a { background-color: rgb(38,57,70); }

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

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

 span { border-color: rgb(38,57,70); }

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