#263B48

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

Shades of Tarawera #263B48

Tints of Tarawera #263B48

Color information

#263B48 (or 0x263B48) is unknown color: approx Tarawera. HEX triplet: 26, 3B and 48. RGB value is (38,59,72). Sum of RGB (Red+Green+Blue) = 38+59+72=169 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.49% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #263B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263B48 is #D9C4B7. Grayscale: #363636. Windows color (decimal): -14271672 or 4733734. OLE color: 4733734.

HSL color Cylindrical-coordinate representation of color #263B48: hue angle of 202.94º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #263B48 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB385972-
CMYK0.470.1800.72
HSL202.94º30.91%21.57%-
HSV(B)202.94º47.22%28.24%-
XYZ3.534.016.72-
YUV54.2138.04116.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.49%
GREEN value IS 59 (23.44% from 255) = 34.91%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=22.49%
G=34.91%
B=42.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3859720.470.1800.72202.9430.9121.57
Hex263B482F12048cb1f16
Octal4673110572201103133726
Binary10011011101110010001011111001001001000110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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