#263C44

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

Shades of Tarawera #263C44

Tints of Tarawera #263C44

Color information

#263C44 (or 0x263C44) is unknown color: approx Tarawera. HEX triplet: 26, 3C and 44. RGB value is (38,60,68). Sum of RGB (Red+Green+Blue) = 38+60+68=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 68 (26.95% from 255 or 40.96% from 166); Max value from RGB is 68 - color contains mainly: blue. Hex color #263C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263C44 is #D9C3BB. Grayscale: #363636. Windows color (decimal): -14271420 or 4471846. OLE color: 4471846.

HSL color Cylindrical-coordinate representation of color #263C44: hue angle of 196º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #263C44 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB386068-
CMYK0.440.1200.73
HSL196º28.3%20.78%-
HSV(B)196º44.12%26.67%-
XYZ3.464.066.07-
YUV54.33135.71116.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 60 (23.83% from 255) = 36.14%
BLUE value IS 68 (26.95% from 255) = 40.96%
R=22.89%
G=36.14%
B=40.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3860680.440.1200.7319628.320.78
Hex263C442CC049c41c15
Octal4674104541401113043425
Binary1001101111001000100101100110001001001110001001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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