Html Css Color HEX #14344C Blue Whale

📋 copy color: '#14344C'

red 20 ◦ green 52 ◦ blue 76

#14344C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Whale #14344C

Tints of Blue Whale #14344C

RGB

 RED value IS 20 (8.2% from 255) = 13.51%

 GREEN value IS 52 (20.7% from 255) = 35.14%

 BLUE value IS 76 (30.08% from 255) = 51.35%

R = 13.51%
G = 35.14%
B = 51.35%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14344C (or 0x14344C) is known color: Blue Whale. HEX triplet: 14, 34 and 4C. RGB value is (20,52,76). Sum of RGB (Red+Green+Blue) = 20+52+76=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 76 (30.08% from 255 or 51.35% from 148); Max value from RGB is 76 - color contains mainly: blue. Hex color #14344C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14344C is #EBCBB3. Grayscale: #2D2D2D. Windows color (decimal): -15453108 or 4994068. OLE color: 4994068.

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

Color convert

RGB 20 52 76 -
CMYK 0.74 0.32 0 0.70
HSL 205.71º 0.58% 0.19% -
HSV(B) 205.71º 0.74% 0.3% -
XYZ 2.82 3.13 7.29 -
YUV 45.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 20 52 76 0.74 0.32 0 0.70 205.71 0.58 0.19
Hex 14 34 4C 4A 20 0 46 CE 3A 13
Octal 24 64 114 112 40 0 106 316 72 23
Binary 10100 110100 1001100 1001010 100000 0 1000110 11001110 111010 10011

Color Harmonies of #14344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14344C

Black with #14344C

Text Example


Text Example

White with #14344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #14344C;
 }
 .AnyTagClassName
 {
   color: #14344C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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