#1B3A47

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

Shades of Tarawera #1B3A47

Tints of Tarawera #1B3A47

Color information

#1B3A47 (or 0x1B3A47) is unknown color: approx Tarawera. HEX triplet: 1B, 3A and 47. RGB value is (27,58,71). Sum of RGB (Red+Green+Blue) = 27+58+71=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 71 (28.12% from 255 or 45.51% from 156); Max value from RGB is 71 - color contains mainly: blue. Hex color #1B3A47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3A47 is #E4C5B8. Grayscale: #323232. Windows color (decimal): -14992825 or 4667931. OLE color: 4667931.

HSL color Cylindrical-coordinate representation of color #1B3A47: hue angle of 197.73º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1B3A47 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB275871-
CMYK0.620.1800.72
HSL197.73º44.9%19.22%-
HSV(B)197.73º61.97%27.84%-
XYZ3.13.716.51-
YUV50.21139.73111.44-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.31%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 71 (28.12% from 255) = 45.51%
R=17.31%
G=37.18%
B=45.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2758710.620.1800.72197.7344.919.22
Hex1B3A473E12048c62d13
Octal3372107762201103065523
Binary11011111010100011111111010010010010001100011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B3A47; }

 p { color: rgb(27,58,71); }

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

<style>
 a { background-color: #1B3A47; }

 a { background-color: rgb(27,58,71); }

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

<style>
 span { border-color: #1B3A47; }

 span { border-color: rgb(27,58,71); }

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