#143346

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

Shades of Blue Whale #143346

Tints of Blue Whale #143346

Color information

#143346 (or 0x143346) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 46. RGB value is (20,51,70). Sum of RGB (Red+Green+Blue) = 20+51+70=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 70 (27.73% from 255 or 49.65% from 141); Max value from RGB is 70 - color contains mainly: blue. Hex color #143346 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143346 is #EBCCB9. Grayscale: #2B2B2B. Windows color (decimal): -15453370 or 4600596. OLE color: 4600596.

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

Color convert

RGB205170-
CMYK0.710.2700.73
HSL202.8º55.56%17.65%-
HSV(B)202.8º71.43%27.45%-
XYZ2.582.966.23-
YUV43.9142.73110.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.18%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 70 (27.73% from 255) = 49.65%
R=14.18%
G=36.17%
B=49.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2051700.710.2700.73202.855.5617.65
Hex143346471B049cb3812
Octal24631061073301113137022
Binary101001100111000110100011111011010010011100101111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143346; }

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

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

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

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

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

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

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

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