Html Css Color HEX #344A64 Cello

📋 copy color: '#344A64'

red 52 ◦ green 74 ◦ blue 100

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

Shades of Cello #344A64

Tints of Cello #344A64

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 100 (39.45% from 255) = 44.25%

R = 23.01%
G = 32.74%
B = 44.25%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#344A64 (or 0x344A64) is known color: Cello. HEX triplet: 34, 4A and 64. RGB value is (52,74,100). Sum of RGB (Red+Green+Blue) = 52+74+100=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 100 (39.45% from 255 or 44.25% from 226); Max value from RGB is 100 - color contains mainly: blue. Hex color #344A64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344A64 is #CBB59B. Grayscale: #464646. Windows color (decimal): -13350300 or 6572596. OLE color: 6572596.

HSL color Cylindrical-coordinate representation of color #344A64: hue angle of 212.5º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #344A64 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 52 74 100 -
CMYK 0.48 0.26 0 0.61
HSL 212.5º 0.32% 0.3% -
HSV(B) 212.5º 0.48% 0.39% -
XYZ 6.17 6.55 13 -
YUV 70.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 52 74 100 0.48 0.26 0 0.61 212.5 0.32 0.3
Hex 34 4A 64 30 1A 0 3D D4 20 1E
Octal 64 112 144 60 32 0 75 324 40 36
Binary 110100 1001010 1100100 110000 11010 0 111101 11010100 100000 11110

Color Harmonies of #344A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344A64

Black with #344A64

Text Example


Text Example

White with #344A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,74,100); }

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

background-color css

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

 a { background-color: rgb(52,74,100); }

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

border-color css

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

 span { border-color: rgb(52,74,100); }

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