Html Css Color HEX #344C60 Cello

📋 copy color: '#344C60'

red 52 ◦ green 76 ◦ blue 96

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

Shades of Cello #344C60

Tints of Cello #344C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

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

R = 23.21%
G = 33.93%
B = 42.86%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344C60 (or 0x344C60) is known color: Cello. HEX triplet: 34, 4C and 60. RGB value is (52,76,96). Sum of RGB (Red+Green+Blue) = 52+76+96=224 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.21% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #344C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344C60 is #CBB39F. Grayscale: #474747. Windows color (decimal): -13349792 or 6310964. OLE color: 6310964.

HSL color Cylindrical-coordinate representation of color #344C60: hue angle of 207.27º 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 #344C60 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 52 76 96 -
CMYK 0.46 0.21 0 0.62
HSL 207.27º 0.3% 0.29% -
HSV(B) 207.27º 0.46% 0.38% -
XYZ 6.11 6.74 12.05 -
YUV 71.1 142.05 114.37 -
System Red Green Blue C M Y K H S L
Decimal 52 76 96 0.46 0.21 0 0.62 207.27 0.3 0.29
Hex 34 4C 60 2E 15 0 3E CF 1E 1D
Octal 64 114 140 56 25 0 76 317 36 35
Binary 110100 1001100 1100000 101110 10101 0 111110 11001111 11110 11101

Color Harmonies of #344C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C60

Black with #344C60

Text Example


Text Example

White with #344C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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