#345258

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

Shades of Casal #345258

Tints of Casal #345258

Color information

#345258 (or 0x345258) is unknown color: approx Casal. HEX triplet: 34, 52 and 58. RGB value is (52,82,88). Sum of RGB (Red+Green+Blue) = 52+82+88=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #345258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345258 is #CBADA7. Grayscale: #494949. Windows color (decimal): -13348264 or 5788212. OLE color: 5788212.

HSL color Cylindrical-coordinate representation of color #345258: hue angle of 190º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345258 is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB528288-
CMYK0.410.0700.65
HSL190º25.71%27.45%-
HSV(B)190º40.91%34.51%-
XYZ6.197.4710.35-
YUV73.71136.06112.51-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.42%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=23.42%
G=36.94%
B=39.64%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5282880.410.0700.6519025.7127.45
Hex345258297041be1a1b
Octal6412213051701012763233
Binary1101001010010101100010100111101000001101111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345258; }

 p { color: rgb(52,82,88); }

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

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

 a { background-color: rgb(52,82,88); }

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

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

 span { border-color: rgb(52,82,88); }

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