#263F4A

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

Shades of Tarawera #263F4A

Tints of Tarawera #263F4A

Color information

#263F4A (or 0x263F4A) is unknown color: approx Tarawera. HEX triplet: 26, 3F and 4A. RGB value is (38,63,74). Sum of RGB (Red+Green+Blue) = 38+63+74=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #263F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F4A is #D9C0B5. Grayscale: #383838. Windows color (decimal): -14270646 or 4865830. OLE color: 4865830.

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

Color convert

RGB386374-
CMYK0.490.1500.71
HSL198.33º32.14%21.96%-
HSV(B)198.33º48.65%29.02%-
XYZ3.814.467.14-
YUV56.78137.72114.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 63 (25% from 255) = 36%
BLUE value IS 74 (29.30% from 255) = 42.29%
R=21.71%
G=36%
B=42.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3863740.490.1500.71198.3332.1421.96
Hex263F4A31F047c62016
Octal4677112611701073064026
Binary10011011111110010101100011111010001111100011010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,63,74); }

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

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

 a { background-color: rgb(38,63,74); }

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

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

 span { border-color: rgb(38,63,74); }

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