Html Css Color HEX #344F57 Casal

📋 copy color: '#344F57'

red 52 ◦ green 79 ◦ blue 87

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

Shades of Casal #344F57

Tints of Casal #344F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 39.91%

R = 23.85%
G = 36.24%
B = 39.91%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#344F57 (or 0x344F57) is known color: Casal. HEX triplet: 34, 4F and 57. RGB value is (52,79,87). Sum of RGB (Red+Green+Blue) = 52+79+87=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 87 - color contains mainly: blue. Hex color #344F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F57 is #CBB0A8. Grayscale: #474747. Windows color (decimal): -13349033 or 5721908. OLE color: 5721908.

HSL color Cylindrical-coordinate representation of color #344F57: hue angle of 193.71º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #344F57 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 52 79 87 -
CMYK 0.40 0.09 0 0.66
HSL 193.71º 0.25% 0.27% -
HSV(B) 193.71º 0.4% 0.34% -
XYZ 5.93 7.01 10.06 -
YUV 71.84 136.55 113.85 -
System Red Green Blue C M Y K H S L
Decimal 52 79 87 0.40 0.09 0 0.66 193.71 0.25 0.27
Hex 34 4F 57 28 9 0 42 C2 19 1B
Octal 64 117 127 50 11 0 102 302 31 33
Binary 110100 1001111 1010111 101000 1001 0 1000010 11000010 11001 11011

Color Harmonies of #344F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344F57

Black with #344F57

Text Example


Text Example

White with #344F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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