#143347

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

Shades of Blue Whale #143347

Tints of Blue Whale #143347

Color information

#143347 (or 0x143347) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 47. RGB value is (20,51,71). Sum of RGB (Red+Green+Blue) = 20+51+71=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #143347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143347 is #EBCCB8. Grayscale: #2B2B2B. Windows color (decimal): -15453369 or 4666132. OLE color: 4666132.

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

Color convert

RGB205171-
CMYK0.720.2800.72
HSL203.53º56.04%17.84%-
HSV(B)203.53º71.83%27.84%-
XYZ2.612.976.4-
YUV44.01143.23110.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 71 (28.12% from 255) = 50%
R=14.08%
G=35.92%
B=50%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2051710.720.2800.72203.5356.0417.84
Hex143347481C048cc3812
Octal24631071103401103147022
Binary101001100111000111100100011100010010001100110011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143347; }

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

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

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

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

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

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

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

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