#14364C

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

Shades of Blue Whale #14364C

Tints of Blue Whale #14364C

Color information

#14364C (or 0x14364C) is unknown color: approx Blue Whale. HEX triplet: 14, 36 and 4C. RGB value is (20,54,76). Sum of RGB (Red+Green+Blue) = 20+54+76=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 54 (21.48% from 255 or 36% from 150); Blue value is 76 (30.08% from 255 or 50.67% from 150); Max value from RGB is 76 - color contains mainly: blue. Hex color #14364C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14364C is #EBC9B3. Grayscale: #2E2E2E. Windows color (decimal): -15452596 or 4994580. OLE color: 4994580.

HSL color Cylindrical-coordinate representation of color #14364C: hue angle of 203.57º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14364C is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB205476-
CMYK0.740.2900.70
HSL203.57º58.33%18.82%-
HSV(B)203.57º73.68%29.8%-
XYZ2.913.317.32-
YUV46.34144.74109.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.33%
GREEN value IS 54 (21.48% from 255) = 36%
BLUE value IS 76 (30.08% from 255) = 50.67%
R=13.33%
G=36%
B=50.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2054760.740.2900.70203.5758.3318.82
Hex14364C4A1D046cc3a13
Octal24661141123501063147223
Binary101001101101001100100101011101010001101100110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14364C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14364C; }

 p { color: rgb(20,54,76); }

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

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

 a { background-color: rgb(20,54,76); }

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

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

 span { border-color: rgb(20,54,76); }

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