#142338

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

Shades of Tangaroa #142338

Tints of Tangaroa #142338

Color information

#142338 (or 0x142338) is unknown color: approx Tangaroa. HEX triplet: 14, 23 and 38. RGB value is (20,35,56). Sum of RGB (Red+Green+Blue) = 20+35+56=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #142338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142338 is #EBDCC7. Grayscale: #202020. Windows color (decimal): -15457480 or 3678996. OLE color: 3678996.

HSL color Cylindrical-coordinate representation of color #142338: hue angle of 215º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #142338 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB203556-
CMYK0.640.3700.78
HSL215º47.37%14.9%-
HSV(B)215º64.29%21.96%-
XYZ1.61.643.97-
YUV32.91141.03118.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=18.02%
G=31.53%
B=50.45%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2035560.640.3700.7821547.3714.9
Hex142338402504Ed72ff
Octal2443701004501163275717
Binary10100100011111000100000010010101001110110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142338; }

 p { color: rgb(20,35,56); }

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

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

 a { background-color: rgb(20,35,56); }

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

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

 span { border-color: rgb(20,35,56); }

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