#143340

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

Shades of Blue Whale #143340

Tints of Blue Whale #143340

Color information

#143340 (or 0x143340) is unknown color: approx Blue Whale. HEX triplet: 14, 33 and 40. RGB value is (20,51,64). Sum of RGB (Red+Green+Blue) = 20+51+64=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 64 (25.39% from 255 or 47.41% from 135); Max value from RGB is 64 - color contains mainly: blue. Hex color #143340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143340 is #EBCCBF. Grayscale: #2B2B2B. Windows color (decimal): -15453376 or 4207380. OLE color: 4207380.

HSL color Cylindrical-coordinate representation of color #143340: hue angle of 197.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #143340 is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB205164-
CMYK0.690.2000.75
HSL197.73º52.38%16.47%-
HSV(B)197.73º68.75%25.1%-
XYZ2.42.895.28-
YUV43.21139.73111.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 64 (25.39% from 255) = 47.41%
R=14.81%
G=37.78%
B=47.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2051640.690.2000.75197.7352.3816.47
Hex143340451404Bc63410
Octal24631001052401133066420
Binary101001100111000000100010110100010010111100011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143340; }

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

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

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

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

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

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

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

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