#263B46

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

Shades of Tarawera #263B46

Tints of Tarawera #263B46

Color information

#263B46 (or 0x263B46) is unknown color: approx Tarawera. HEX triplet: 26, 3B and 46. RGB value is (38,59,70). Sum of RGB (Red+Green+Blue) = 38+59+70=167 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.75% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 70 (27.73% from 255 or 41.92% from 167); Max value from RGB is 70 - color contains mainly: blue. Hex color #263B46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B46 is #D9C4B9. Grayscale: #353535. Windows color (decimal): -14271674 or 4602662. OLE color: 4602662.

HSL color Cylindrical-coordinate representation of color #263B46: hue angle of 200.62º 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 #263B46 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB385970-
CMYK0.460.1600.73
HSL200.62º29.63%21.18%-
HSV(B)200.62º45.71%27.45%-
XYZ3.473.986.38-
YUV53.97137.04116.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.75%
GREEN value IS 59 (23.44% from 255) = 35.33%
BLUE value IS 70 (27.73% from 255) = 41.92%
R=22.75%
G=35.33%
B=41.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3859700.460.1600.73200.6229.6321.18
Hex263B462E10049c91e15
Octal4673106562001113113625
Binary10011011101110001101011101000001001001110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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