#345756

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

Shades of Oracle #345756

Tints of Oracle #345756

Color information

#345756 (or 0x345756) is unknown color: approx Oracle. HEX triplet: 34, 57 and 56. RGB value is (52,87,86). Sum of RGB (Red+Green+Blue) = 52+87+86=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 87 (34.38% from 255 or 38.67% from 225); Blue value is 86 (33.98% from 255 or 38.22% from 225); Max value from RGB is 87 - color contains mainly: green. Hex color #345756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345756 is #CBA8A9. Grayscale: #4C4C4C. Windows color (decimal): -13346986 or 5658420. OLE color: 5658420.

HSL color Cylindrical-coordinate representation of color #345756: hue angle of 178.29º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #345756 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.66.

Color convert

RGB528786-
CMYK0.4000.010.66
HSL178.29º25.18%27.25%-
HSV(B)178.29º40.23%34.12%-
XYZ6.58.2210.05-
YUV76.42133.4110.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 87 (34.38% from 255) = 38.67%
BLUE value IS 86 (33.98% from 255) = 38.22%
R=23.11%
G=38.67%
B=38.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5287860.4000.010.66178.2925.1827.25
Hex345756280142b2191b
Octal6412712650011022623133
Binary11010010101111010110101000011000010101100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345756; }

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

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

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

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

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

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

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

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