#344F54

Color #344F54 Casal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casal #344F54

Tints of Casal #344F54

Color information

#344F54 (or 0x344F54) is unknown color: approx Casal. HEX triplet: 34, 4F and 54. RGB value is (52,79,84). Sum of RGB (Red+Green+Blue) = 52+79+84=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 79 (31.25% from 255 or 36.74% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #344F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344F54 is #CBB0AB. Grayscale: #474747. Windows color (decimal): -13349036 or 5525300. OLE color: 5525300.

HSL color Cylindrical-coordinate representation of color #344F54: hue angle of 189.38º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344F54 is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB527984-
CMYK0.380.0600.67
HSL189.38º23.53%26.67%-
HSV(B)189.38º38.1%32.94%-
XYZ5.816.969.42-
YUV71.5135.05114.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.19%
GREEN value IS 79 (31.25% from 255) = 36.74%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=24.19%
G=36.74%
B=39.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5279840.380.0600.67189.3823.5326.67
Hex344F54266043bd181b
Octal6411712446601032753033
Binary1101001001111101010010011011001000011101111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #344F54;
 }
 .AnyTagClassName
 {
   color: #344F54;
 }
</style>
background-color css

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

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

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

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

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

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