Html Css Color HEX #344959 Cello

📋 copy color: '#344959'

red 52 ◦ green 73 ◦ blue 89

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

Shades of Cello #344959

Tints of Cello #344959

RGB

 RED value IS 52 (20.7% from 255) = 24.3%

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 89 (35.16% from 255) = 41.59%

R = 24.3%
G = 34.11%
B = 41.59%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344959 (or 0x344959) is known color: Cello. HEX triplet: 34, 49 and 59. RGB value is (52,73,89). Sum of RGB (Red+Green+Blue) = 52+73+89=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #344959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344959 is #CBB6A6. Grayscale: #444444. Windows color (decimal): -13350567 or 5851444. OLE color: 5851444.

HSL color Cylindrical-coordinate representation of color #344959: hue angle of 205.95º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344959 is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 73 89 -
CMYK 0.42 0.18 0 0.65
HSL 205.95º 0.26% 0.28% -
HSV(B) 205.95º 0.42% 0.35% -
XYZ 5.6 6.22 10.36 -
YUV 68.55 139.54 116.2 -
System Red Green Blue C M Y K H S L
Decimal 52 73 89 0.42 0.18 0 0.65 205.95 0.26 0.28
Hex 34 49 59 2A 12 0 41 CE 1A 1C
Octal 64 111 131 52 22 0 101 316 32 34
Binary 110100 1001001 1011001 101010 10010 0 1000001 11001110 11010 11100

Color Harmonies of #344959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344959

Black with #344959

Text Example


Text Example

White with #344959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344959; }

 p { color: rgb(52,73,89); }

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

background-color css

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

 a { background-color: rgb(52,73,89); }

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

border-color css

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

 span { border-color: rgb(52,73,89); }

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