#142236

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

Shades of Tangaroa #142236

Tints of Tangaroa #142236

Color information

#142236 (or 0x142236) is unknown color: approx Tangaroa. HEX triplet: 14, 22 and 36. RGB value is (20,34,54). Sum of RGB (Red+Green+Blue) = 20+34+54=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #142236 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142236 is #EBDDC9. Grayscale: #202020. Windows color (decimal): -15457738 or 3547668. OLE color: 3547668.

HSL color Cylindrical-coordinate representation of color #142236: hue angle of 215.29º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #142236 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB203454-
CMYK0.630.3700.79
HSL215.29º45.95%14.51%-
HSV(B)215.29º62.96%21.18%-
XYZ1.531.563.71-
YUV32.09140.36119.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 54 (21.48% from 255) = 50%
R=18.52%
G=31.48%
B=50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2034540.630.3700.79215.2945.9514.51
Hex1422363F2504Fd72ef
Octal244266774501173275617
Binary1010010001011011011111110010101001111110101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142236; }

 p { color: rgb(20,34,54); }

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

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

 a { background-color: rgb(20,34,54); }

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

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

 span { border-color: rgb(20,34,54); }

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