#143349

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

Shades of Blue Whale #143349

Tints of Blue Whale #143349

Color information

#143349 (or 0x143349) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 49. RGB value is (20,51,73). Sum of RGB (Red+Green+Blue) = 20+51+73=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #143349 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143349 is #EBCCB6. Grayscale: #2C2C2C. Windows color (decimal): -15453367 or 4797204. OLE color: 4797204.

HSL color Cylindrical-coordinate representation of color #143349: hue angle of 204.91º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #143349 is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB205173-
CMYK0.730.3000.71
HSL204.91º56.99%18.24%-
HSV(B)204.91º72.6%28.63%-
XYZ2.6736.74-
YUV44.24144.23110.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 51 (20.31% from 255) = 35.42%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=13.89%
G=35.42%
B=50.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2051730.730.3000.71204.9156.9918.24
Hex143349491E047cd3912
Octal24631111113601073157122
Binary101001100111001001100100111110010001111100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143349; }

 p { color: rgb(20,51,73); }

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

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

 a { background-color: rgb(20,51,73); }

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

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

 span { border-color: rgb(20,51,73); }

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