Html Css Color HEX #344F59 Casal

📋 copy color: '#344F59'

red 52 ◦ green 79 ◦ blue 89

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

Shades of Casal #344F59

Tints of Casal #344F59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 40.45%

R = 23.64%
G = 35.91%
B = 40.45%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#344F59 (or 0x344F59) is known color: Casal. HEX triplet: 34, 4F and 59. RGB value is (52,79,89). Sum of RGB (Red+Green+Blue) = 52+79+89=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #344F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F59 is #CBB0A6. Grayscale: #484848. Windows color (decimal): -13349031 or 5852980. OLE color: 5852980.

HSL color Cylindrical-coordinate representation of color #344F59: hue angle of 196.22º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #344F59 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 52 79 89 -
CMYK 0.42 0.11 0 0.65
HSL 196.22º 0.26% 0.28% -
HSV(B) 196.22º 0.42% 0.35% -
XYZ 6.02 7.04 10.49 -
YUV 72.07 137.55 113.69 -
System Red Green Blue C M Y K H S L
Decimal 52 79 89 0.42 0.11 0 0.65 196.22 0.26 0.28
Hex 34 4F 59 2A B 0 41 C4 1A 1C
Octal 64 117 131 52 13 0 101 304 32 34
Binary 110100 1001111 1011001 101010 1011 0 1000001 11000100 11010 11100

Color Harmonies of #344F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F59

Black with #344F59

Text Example


Text Example

White with #344F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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