#345462

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

Shades of Casal #345462

Tints of Casal #345462

Color information

#345462 (or 0x345462) is unknown color: approx Casal. HEX triplet: 34, 54 and 62. RGB value is (52,84,98). Sum of RGB (Red+Green+Blue) = 52+84+98=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 84 (33.20% from 255 or 35.90% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #345462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345462 is #CBAB9D. Grayscale: #4B4B4B. Windows color (decimal): -13347742 or 6444084. OLE color: 6444084.

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

Color convert

RGB528498-
CMYK0.470.1400.62
HSL198.26º30.67%29.41%-
HSV(B)198.26º46.94%38.43%-
XYZ6.797.9512.73-
YUV76.03140.4110.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.22%
GREEN value IS 84 (33.20% from 255) = 35.90%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=22.22%
G=35.90%
B=41.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5284980.470.1400.62198.2630.6729.41
Hex3454622FE03Ec61f1d
Octal6412414257160763063735
Binary1101001010100110001010111111100111110110001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345462; }

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

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

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

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

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

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

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

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