Html Css Color HEX #344961 Cello

📋 copy color: '#344961'

red 52 ◦ green 73 ◦ blue 97

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

Shades of Cello #344961

Tints of Cello #344961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 43.69%

R = 23.42%
G = 32.88%
B = 43.69%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344961 (or 0x344961) is known color: Cello. HEX triplet: 34, 49 and 61. RGB value is (52,73,97). Sum of RGB (Red+Green+Blue) = 52+73+97=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #344961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344961 is #CBB69E. Grayscale: #454545. Windows color (decimal): -13350559 or 6375732. OLE color: 6375732.

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

Color convert

RGB 52 73 97 -
CMYK 0.46 0.25 0 0.62
HSL 212º 0.3% 0.29% -
HSV(B) 212º 0.46% 0.38% -
XYZ 5.96 6.36 12.22 -
YUV 69.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 52 73 97 0.46 0.25 0 0.62 212 0.3 0.29
Hex 34 49 61 2E 19 0 3E D4 1E 1D
Octal 64 111 141 56 31 0 76 324 36 35
Binary 110100 1001001 1100001 101110 11001 0 111110 11010100 11110 11101

Color Harmonies of #344961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344961

Black with #344961

Text Example


Text Example

White with #344961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344961; }

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

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

background-color css

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

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

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

border-color css

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

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

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