Html Css Color HEX #344962 Cello

📋 copy color: '#344962'

red 52 ◦ green 73 ◦ blue 98

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

Shades of Cello #344962

Tints of Cello #344962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.95%

R = 23.32%
G = 32.74%
B = 43.95%

CMYK

 C value IS 0.47

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344962 (or 0x344962) is known color: Cello. HEX triplet: 34, 49 and 62. RGB value is (52,73,98). Sum of RGB (Red+Green+Blue) = 52+73+98=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #344962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344962 is #CBB69D. Grayscale: #454545. Windows color (decimal): -13350558 or 6441268. OLE color: 6441268.

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

Color convert

RGB 52 73 98 -
CMYK 0.47 0.26 0 0.62
HSL 212.61º 0.31% 0.29% -
HSV(B) 212.61º 0.47% 0.38% -
XYZ 6 6.38 12.47 -
YUV 69.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 52 73 98 0.47 0.26 0 0.62 212.61 0.31 0.29
Hex 34 49 62 2F 1A 0 3E D5 1F 1D
Octal 64 111 142 57 32 0 76 325 37 35
Binary 110100 1001001 1100010 101111 11010 0 111110 11010101 11111 11101

Color Harmonies of #344962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344962

Black with #344962

Text Example


Text Example

White with #344962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344962; }

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

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

background-color css

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

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

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

border-color css

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

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

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