#345763

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

Shades of Casal #345763

Tints of Casal #345763

Color information

#345763 (or 0x345763) is unknown color: approx Casal. HEX triplet: 34, 57 and 63. RGB value is (52,87,99). Sum of RGB (Red+Green+Blue) = 52+87+99=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #345763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345763 is #CBA89C. Grayscale: #4D4D4D. Windows color (decimal): -13346973 or 6510388. OLE color: 6510388.

HSL color Cylindrical-coordinate representation of color #345763: hue angle of 195.32º 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 #345763 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB528799-
CMYK0.470.1200.61
HSL195.32º31.13%29.61%-
HSV(B)195.32º47.47%38.82%-
XYZ7.088.4513.06-
YUV77.9139.9109.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=21.85%
G=36.55%
B=41.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5287990.470.1200.61195.3231.1329.61
Hex3457632FC03Dc31f1e
Octal6412714357140753033736
Binary1101001010111110001110111111000111101110000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345763; }

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

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

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

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

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

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

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

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