Html Css Color HEX #344F62 Cello

📋 copy color: '#344F62'

red 52 ◦ green 79 ◦ blue 98

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

Shades of Cello #344F62

Tints of Cello #344F62

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.5%

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

R = 22.71%
G = 34.5%
B = 42.79%

CMYK

 C value IS 0.47

 M value IS 0.19

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#344F62 (or 0x344F62) is known color: Cello. HEX triplet: 34, 4F and 62. RGB value is (52,79,98). Sum of RGB (Red+Green+Blue) = 52+79+98=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 79 (31.25% from 255 or 34.50% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #344F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F62 is #CBB09D. Grayscale: #484848. Windows color (decimal): -13349022 or 6442804. OLE color: 6442804.

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

Color convert

RGB 52 79 98 -
CMYK 0.47 0.19 0 0.62
HSL 204.78º 0.31% 0.29% -
HSV(B) 204.78º 0.47% 0.38% -
XYZ 6.42 7.2 12.61 -
YUV 73.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 52 79 98 0.47 0.19 0 0.62 204.78 0.31 0.29
Hex 34 4F 62 2F 13 0 3E CD 1F 1D
Octal 64 117 142 57 23 0 76 315 37 35
Binary 110100 1001111 1100010 101111 10011 0 111110 11001101 11111 11101

Color Harmonies of #344F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F62

Black with #344F62

Text Example


Text Example

White with #344F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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