#143344

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

Shades of Blue Whale #143344

Tints of Blue Whale #143344

Color information

#143344 (or 0x143344) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 44. RGB value is (20,51,68). Sum of RGB (Red+Green+Blue) = 20+51+68=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #143344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143344 is #EBCCBB. Grayscale: #2B2B2B. Windows color (decimal): -15453372 or 4469524. OLE color: 4469524.

HSL color Cylindrical-coordinate representation of color #143344: hue angle of 201.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 #143344 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB205168-
CMYK0.710.2500.73
HSL201.25º54.55%17.25%-
HSV(B)201.25º70.59%26.67%-
XYZ2.522.935.9-
YUV43.67141.73111.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=14.39%
G=36.69%
B=48.92%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2051680.710.2500.73201.2554.5517.25
Hex1433444719049c93711
Octal24631041073101113116721
Binary101001100111000100100011111001010010011100100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143344; }

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

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

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

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

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

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

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

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