#345862

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

Shades of Casal #345862

Tints of Casal #345862

Color information

#345862 (or 0x345862) is unknown color: approx Casal. HEX triplet: 34, 58 and 62. RGB value is (52,88,98). Sum of RGB (Red+Green+Blue) = 52+88+98=238 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.85% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 98 - color contains mainly: blue. Hex color #345862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345862 is #CBA79D. Grayscale: #4E4E4E. Windows color (decimal): -13346718 or 6445108. OLE color: 6445108.

HSL color Cylindrical-coordinate representation of color #345862: hue angle of 193.04º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #345862 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB528898-
CMYK0.470.1000.62
HSL193.04º30.67%29.41%-
HSV(B)193.04º46.94%38.43%-
XYZ7.118.5912.84-
YUV78.38139.07109.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.85%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=21.85%
G=36.97%
B=41.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5288980.470.1000.62193.0430.6729.41
Hex3458622FA03Ec11f1d
Octal6413014257120763013735
Binary1101001011000110001010111110100111110110000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345862; }

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

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

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

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

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

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

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

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