#14323E

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

Shades of Blue Whale #14323E

Tints of Blue Whale #14323E

Color information

#14323E (or 0x14323E) is unknown color: approx Blue Whale. HEX triplet: 14, 32 and 3E. RGB value is (20,50,62). Sum of RGB (Red+Green+Blue) = 20+50+62=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 50 (19.92% from 255 or 37.88% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #14323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14323E is #EBCDC1. Grayscale: #2A2A2A. Windows color (decimal): -15453634 or 4076052. OLE color: 4076052.

HSL color Cylindrical-coordinate representation of color #14323E: hue angle of 197.14º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14323E is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB205062-
CMYK0.680.1900.76
HSL197.14º51.22%16.08%-
HSV(B)197.14º67.74%24.31%-
XYZ2.32.784.97-
YUV42.4139.06112.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.15%
GREEN value IS 50 (19.92% from 255) = 37.88%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=15.15%
G=37.88%
B=46.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2050620.680.1900.76197.1451.2216.08
Hex14323E441304Cc53310
Octal2462761042301143056320
Binary10100110010111110100010010011010011001100010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14323E; }

 p { color: rgb(20,50,62); }

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

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

 a { background-color: rgb(20,50,62); }

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

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

 span { border-color: rgb(20,50,62); }

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