#263C46

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

Shades of Tarawera #263C46

Tints of Tarawera #263C46

Color information

#263C46 (or 0x263C46) is unknown color: approx Tarawera. HEX triplet: 26, 3C and 46. RGB value is (38,60,70). Sum of RGB (Red+Green+Blue) = 38+60+70=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 60 (23.83% from 255 or 35.71% from 168); Blue value is 70 (27.73% from 255 or 41.67% from 168); Max value from RGB is 70 - color contains mainly: blue. Hex color #263C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C46 is #D9C3B9. Grayscale: #363636. Windows color (decimal): -14271418 or 4602918. OLE color: 4602918.

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

Color convert

RGB386070-
CMYK0.460.1400.73
HSL198.75º29.63%21.18%-
HSV(B)198.75º45.71%27.45%-
XYZ3.524.096.4-
YUV54.56136.71116.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 60 (23.83% from 255) = 35.71%
BLUE value IS 70 (27.73% from 255) = 41.67%
R=22.62%
G=35.71%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3860700.460.1400.73198.7529.6321.18
Hex263C462EE049c71e15
Octal4674106561601113073625
Binary1001101111001000110101110111001001001110001111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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