#345663

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

Shades of Casal #345663

Tints of Casal #345663

Color information

#345663 (or 0x345663) is unknown color: approx Casal. HEX triplet: 34, 56 and 63. RGB value is (52,86,99). Sum of RGB (Red+Green+Blue) = 52+86+99=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #345663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345663 is #CBA99C. Grayscale: #4D4D4D. Windows color (decimal): -13347229 or 6510132. OLE color: 6510132.

HSL color Cylindrical-coordinate representation of color #345663: hue angle of 196.6º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345663 is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB528699-
CMYK0.470.1300.61
HSL196.6º31.13%29.61%-
HSV(B)196.6º47.47%38.82%-
XYZ78.2913.04-
YUV77.32140.24109.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=21.94%
G=36.29%
B=41.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5286990.470.1300.61196.631.1329.61
Hex3456632FD03Dc51f1e
Octal6412614357150753053736
Binary1101001010110110001110111111010111101110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345663; }

 p { color: rgb(52,86,99); }

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

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

 a { background-color: rgb(52,86,99); }

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

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

 span { border-color: rgb(52,86,99); }

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