Html Css Color HEX #344D6E Cello

📋 copy color: '#344D6E'

red 52 ◦ green 77 ◦ blue 110

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

Shades of Cello #344D6E

Tints of Cello #344D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.22%

 BLUE value IS 110 (43.36% from 255) = 46.03%

R = 21.76%
G = 32.22%
B = 46.03%

CMYK

 C value IS 0.53

 M value IS 0.3

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#344D6E (or 0x344D6E) is known color: Cello. HEX triplet: 34, 4D and 6E. RGB value is (52,77,110). Sum of RGB (Red+Green+Blue) = 52+77+110=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #344D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344D6E is #CBB291. Grayscale: #494949. Windows color (decimal): -13349522 or 7228724. OLE color: 7228724.

HSL color Cylindrical-coordinate representation of color #344D6E: hue angle of 214.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #344D6E is Cyan = 0.53, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 77 110 -
CMYK 0.53 0.3 0 0.57
HSL 214.14º 0.36% 0.32% -
HSV(B) 214.14º 0.53% 0.43% -
XYZ 6.88 7.16 15.77 -
YUV 73.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 52 77 110 0.53 0.3 0 0.57 214.14 0.36 0.32
Hex 34 4D 6E 35 1E 0 39 D6 24 20
Octal 64 115 156 65 36 0 71 326 44 40
Binary 110100 1001101 1101110 110101 11110 0 111001 11010110 100100 100000

Color Harmonies of #344D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344D6E

Black with #344D6E

Text Example


Text Example

White with #344D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,77,110); }

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

background-color css

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

 a { background-color: rgb(52,77,110); }

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

border-color css

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

 span { border-color: rgb(52,77,110); }

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