#345055

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

Shades of Casal #345055

Tints of Casal #345055

Color information

#345055 (or 0x345055) is unknown color: approx Casal. HEX triplet: 34, 50 and 55. RGB value is (52,80,85). Sum of RGB (Red+Green+Blue) = 52+80+85=217 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.96% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 85 (33.59% from 255 or 39.17% from 217); Max value from RGB is 85 - color contains mainly: blue. Hex color #345055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345055 is #CBAFAA. Grayscale: #484848. Windows color (decimal): -13348779 or 5591092. OLE color: 5591092.

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

Color convert

RGB528085-
CMYK0.390.0600.67
HSL189.09º24.09%26.86%-
HSV(B)189.09º38.82%33.33%-
XYZ5.927.129.66-
YUV72.2135.22113.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.96%
GREEN value IS 80 (31.64% from 255) = 36.87%
BLUE value IS 85 (33.59% from 255) = 39.17%
R=23.96%
G=36.87%
B=39.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5280850.390.0600.67189.0924.0926.86
Hex345055276043bd181b
Octal6412012547601032753033
Binary1101001010000101010110011111001000011101111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345055; }

 p { color: rgb(52,80,85); }

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

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

 a { background-color: rgb(52,80,85); }

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

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

 span { border-color: rgb(52,80,85); }

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