#14354C

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

Shades of Blue Whale #14354C

Tints of Blue Whale #14354C

Color information

#14354C (or 0x14354C) is unknown color: approx Blue Whale. HEX triplet: 14, 35 and 4C. RGB value is (20,53,76). Sum of RGB (Red+Green+Blue) = 20+53+76=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #14354C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14354C is #EBCAB3. Grayscale: #2D2D2D. Windows color (decimal): -15452852 or 4994324. OLE color: 4994324.

HSL color Cylindrical-coordinate representation of color #14354C: hue angle of 204.64º 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 #14354C is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB205376-
CMYK0.740.3000.70
HSL204.64º58.33%18.82%-
HSV(B)204.64º73.68%29.8%-
XYZ2.873.227.31-
YUV45.76145.07109.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.42%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 76 (30.08% from 255) = 51.01%
R=13.42%
G=35.57%
B=51.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2053760.740.3000.70204.6458.3318.82
Hex14354C4A1E046cd3a13
Octal24651141123601063157223
Binary101001101011001100100101011110010001101100110111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14354C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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