Html Css Color HEX #344760 Cello

📋 copy color: '#344760'

red 52 ◦ green 71 ◦ blue 96

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

Shades of Cello #344760

Tints of Cello #344760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 23.74%
G = 32.42%
B = 43.84%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344760 (or 0x344760) is known color: Cello. HEX triplet: 34, 47 and 60. RGB value is (52,71,96). Sum of RGB (Red+Green+Blue) = 52+71+96=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #344760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344760 is #CBB89F. Grayscale: #444444. Windows color (decimal): -13351072 or 6309684. OLE color: 6309684.

HSL color Cylindrical-coordinate representation of color #344760: hue angle of 214.09º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #344760 is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 71 96 -
CMYK 0.46 0.26 0 0.62
HSL 214.09º 0.3% 0.29% -
HSV(B) 214.09º 0.46% 0.38% -
XYZ 5.78 6.08 11.94 -
YUV 68.17 143.71 116.47 -
System Red Green Blue C M Y K H S L
Decimal 52 71 96 0.46 0.26 0 0.62 214.09 0.3 0.29
Hex 34 47 60 2E 1A 0 3E D6 1E 1D
Octal 64 107 140 56 32 0 76 326 36 35
Binary 110100 1000111 1100000 101110 11010 0 111110 11010110 11110 11101

Color Harmonies of #344760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344760

Black with #344760

Text Example


Text Example

White with #344760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344760; }

 p { color: rgb(52,71,96); }

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

background-color css

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

 a { background-color: rgb(52,71,96); }

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

border-color css

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

 span { border-color: rgb(52,71,96); }

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