#143744

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

Shades of Blue Whale #143744

Tints of Blue Whale #143744

Color information

#143744 (or 0x143744) is unknown color: approx Blue Whale. HEX triplet: 14, 37 and 44. RGB value is (20,55,68). Sum of RGB (Red+Green+Blue) = 20+55+68=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 68 - color contains mainly: blue. Hex color #143744 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143744 is #EBC8BB. Grayscale: #2D2D2D. Windows color (decimal): -15452348 or 4470548. OLE color: 4470548.

HSL color Cylindrical-coordinate representation of color #143744: hue angle of 196.25º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #143744 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB205568-
CMYK0.710.1900.73
HSL196.25º54.55%17.25%-
HSV(B)196.25º70.59%26.67%-
XYZ2.73.35.96-
YUV46.02140.4109.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=13.99%
G=38.46%
B=47.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2055680.710.1900.73196.2554.5517.25
Hex1437444713049c43711
Octal24671041072301113046721
Binary101001101111000100100011110011010010011100010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143744; }

 p { color: rgb(20,55,68); }

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

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

 a { background-color: rgb(20,55,68); }

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

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

 span { border-color: rgb(20,55,68); }

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