#263E49

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

Shades of Tarawera #263E49

Tints of Tarawera #263E49

Color information

#263E49 (or 0x263E49) is unknown color: approx Tarawera. HEX triplet: 26, 3E and 49. RGB value is (38,62,73). Sum of RGB (Red+Green+Blue) = 38+62+73=173 (22% of max value = 765). Red value is 38 (15.23% from 255 or 21.97% from 173); Green value is 62 (24.61% from 255 or 35.84% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #263E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263E49 is #D9C1B6. Grayscale: #383838. Windows color (decimal): -14270903 or 4800038. OLE color: 4800038.

HSL color Cylindrical-coordinate representation of color #263E49: hue angle of 198.86º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #263E49 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB386273-
CMYK0.480.1500.71
HSL198.86º31.53%21.76%-
HSV(B)198.86º47.95%28.63%-
XYZ3.724.346.94-
YUV56.08137.55115.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.97%
GREEN value IS 62 (24.61% from 255) = 35.84%
BLUE value IS 73 (28.91% from 255) = 42.20%
R=21.97%
G=35.84%
B=42.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3862730.480.1500.71198.8631.5321.76
Hex263E4930F047c72016
Octal4676111601701073074026
Binary10011011111010010011100001111010001111100011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263E49; }

 p { color: rgb(38,62,73); }

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

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

 a { background-color: rgb(38,62,73); }

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

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

 span { border-color: rgb(38,62,73); }

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